#12000B

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

Shades of Blackberry #12000B

Tints of Blackberry #12000B

Color information

#12000B (or 0x12000B) is unknown color: approx Blackberry. HEX triplet: 12, 00 and 0B. RGB value is (18,0,11). Sum of RGB (Red+Green+Blue) = 18+0+11=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #12000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12000B is #EDFFF4. Grayscale: #060606. Windows color (decimal): -15597557 or 720914. OLE color: 720914.

HSL color Cylindrical-coordinate representation of color #12000B: hue angle of 323.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12000B is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB18011-
CMYK010.390.93
HSL323.33º100%3.53%-
HSV(B)323.33º100%7.06%-
XYZ0.310.150.33-
YUV6.64130.46136.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 62.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 37.93%
R=62.07%
G=0%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18011010.390.93323.331003.53
Hex120B064275D143644
Octal220130144471355031444
Binary10010010110110010010011110111011010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12000B; }

 p { color: rgb(18,0,11); }

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

<style>
 a { background-color: #12000B; }

 a { background-color: rgb(18,0,11); }

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

<style>
 span { border-color: #12000B; }

 span { border-color: rgb(18,0,11); }

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