#100C08

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

Shades of Black #100C08

Tints of Black #100C08

Color information

#100C08 (or 0x100C08) is unknown color: approx Black. HEX triplet: 10, 0C and 08. RGB value is (16,12,8). Sum of RGB (Red+Green+Blue) = 16+12+8=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 16 - color contains mainly: red. Hex color #100C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C08 is #EFF3F7. Grayscale: #0C0C0C. Windows color (decimal): -15725560 or 527376. OLE color: 527376.

HSL color Cylindrical-coordinate representation of color #100C08: hue angle of 30º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #100C08 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.94.

Color convert

RGB16128-
CMYK00.250.500.94
HSL30º33.33%4.71%-
HSV(B)30º50%6.27%-
XYZ0.390.390.28-
YUV12.74125.33130.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 44.44%
GREEN value IS 12 (5.08% from 255) = 33.33%
BLUE value IS 8 (3.52% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1612800.250.500.943033.334.71
Hex10C8019325E1e215
Octal2014100316213636415
Binary1000011001000011001110010101111011110100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100C08; }

 p { color: rgb(16,12,8); }

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

<style>
 a { background-color: #100C08; }

 a { background-color: rgb(16,12,8); }

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

<style>
 span { border-color: #100C08; }

 span { border-color: rgb(16,12,8); }

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