#12010B

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

Shades of Blackberry #12010B

Tints of Blackberry #12010B

Color information

#12010B (or 0x12010B) is unknown color: approx Blackberry. HEX triplet: 12, 01 and 0B. RGB value is (18,1,11). Sum of RGB (Red+Green+Blue) = 18+1+11=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #12010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12010B is #EDFEF4. Grayscale: #070707. Windows color (decimal): -15597301 or 721170. OLE color: 721170.

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

Color convert

RGB18111-
CMYK00.940.390.93
HSL324.71º89.47%3.73%-
HSV(B)324.71º94.44%7.06%-
XYZ0.320.170.33-
YUV7.22130.13135.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 3.33%
BLUE value IS 11 (4.69% from 255) = 36.67%
R=60%
G=3.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1811100.940.390.93324.7189.473.73
Hex121B05E275D145594
Octal221130136471355051314
Binary10010110110101111010011110111011010001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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