#300D20

Color #300D20 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #300D20

Tints of Blackberry #300D20

Color information

#300D20 (or 0x300D20) is unknown color: approx Blackberry. HEX triplet: 30, 0D and 20. RGB value is (48,13,32). Sum of RGB (Red+Green+Blue) = 48+13+32=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #300D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D20 is #CFF2DF. Grayscale: #191919. Windows color (decimal): -13628128 or 2100528. OLE color: 2100528.

HSL color Cylindrical-coordinate representation of color #300D20: hue angle of 327.43º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #300D20 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB481332-
CMYK00.730.330.81
HSL327.43º57.38%11.96%-
HSV(B)327.43º72.92%18.82%-
XYZ1.621.021.48-
YUV25.63131.6143.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 13 (5.47% from 255) = 13.98%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=51.61%
G=13.98%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48133200.730.330.81327.4357.3811.96
Hex30D20049215114739c
Octal6015400111411215077114
Binary11000011011000000100100110000110100011010001111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300D20; }

 p { color: rgb(48,13,32); }

 H1.HeaderClassName
 {
   color: #300D20;
 }
 .AnyTagClassName
 {
   color: #300D20;
 }
</style>
background-color css

<style>
 a { background-color: #300D20; }

 a { background-color: rgb(48,13,32); }

 div.DivClassName
 {
   background-color: #300D20;
 }
 .BgClassName
 {
   background-color: #300D20;
 }
</style>
border-color css

<style>
 span { border-color: #300D20; }

 span { border-color: rgb(48,13,32); }

 td.TdClassName
 {
   border-color: #300D20;
 }
 .TagClassName
 {
   border-color: #300D20;
 }
</style>