Html Css Color HEX #100C08 Black

📋 copy color: '#100C08'

red 16 ◦ green 12 ◦ blue 8

#100C08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #100C08

Tints of Black #100C08

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 value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.94

RGB Variations

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

Color information

#100C08 (or 0x100C08) is known color: 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

RGB 16 12 8 -
CMYK 0 0.25 0.50 0.94
HSL 30º 0.33% 0.05% -
HSV(B) 30º 0.5% 0.06% -
XYZ 0.39 0.39 0.28 -
YUV 12.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 16 12 8 0 0.25 0.50 0.94 30 0.33 0.05
Hex 10 C 8 0 19 32 5E 1E 21 5
Octal 20 14 10 0 31 62 136 36 41 5
Binary 10000 1100 1000 0 11001 110010 1011110 11110 100001 101

Color Harmonies of #100C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100C08

Black with #100C08

Text Example


Text Example

White with #100C08

Text Example


Text Example

HTML Codes & Css Web 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>