#12040C

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

Shades of Blackberry #12040C

Tints of Blackberry #12040C

Color information

#12040C (or 0x12040C) is unknown color: approx Blackberry. HEX triplet: 12, 04 and 0C. RGB value is (18,4,12). Sum of RGB (Red+Green+Blue) = 18+4+12=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #12040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12040C is #EDFBF3. Grayscale: #090909. Windows color (decimal): -15596532 or 787474. OLE color: 787474.

HSL color Cylindrical-coordinate representation of color #12040C: hue angle of 325.71º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12040C is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.93.

Color convert

RGB18412-
CMYK00.780.330.93
HSL325.71º63.64%4.31%-
HSV(B)325.71º77.78%7.06%-
XYZ0.360.240.38-
YUV9.1129.64134.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 52.94%
GREEN value IS 4 (1.95% from 255) = 11.76%
BLUE value IS 12 (5.08% from 255) = 35.29%
R=52.94%
G=11.76%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1841200.780.330.93325.7163.644.31
Hex124C04E215D146404
Octal224140116411355061004
Binary1001010011000100111010000110111011010001101000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12040C; }

 p { color: rgb(18,4,12); }

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

<style>
 a { background-color: #12040C; }

 a { background-color: rgb(18,4,12); }

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

<style>
 span { border-color: #12040C; }

 span { border-color: rgb(18,4,12); }

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