#120B08

Color #120B08 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #120B08

Tints of Black #120B08

Color information

#120B08 (or 0x120B08) is unknown color: approx Black. HEX triplet: 12, 0B and 08. RGB value is (18,11,8). Sum of RGB (Red+Green+Blue) = 18+11+8=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #120B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B08 is #EDF4F7. Grayscale: #0C0C0C. Windows color (decimal): -15594744 or 527122. OLE color: 527122.

HSL color Cylindrical-coordinate representation of color #120B08: hue angle of 18º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #120B08 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.93.

Color convert

RGB18118-
CMYK00.390.560.93
HSL18º38.46%5.1%-
HSV(B)18º55.56%7.06%-
XYZ0.410.390.28-
YUV12.75125.32131.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 48.65%
GREEN value IS 11 (4.69% from 255) = 29.73%
BLUE value IS 8 (3.52% from 255) = 21.62%
R=48.65%
G=29.73%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1811800.390.560.931838.465.1
Hex12B8027385D12265
Octal2213100477013522465
Binary10010101110000100111111000101110110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120B08; }

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

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

<style>
 a { background-color: #120B08; }

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

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

<style>
 span { border-color: #120B08; }

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

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