#0C0705

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

Shades of Black #0C0705

Tints of Black #0C0705

Color information

#0C0705 (or 0x0C0705) is unknown color: approx Black. HEX triplet: 0C, 07 and 05. RGB value is (12,7,5). Sum of RGB (Red+Green+Blue) = 12+7+5=24 (3% of max value = 765). Red value is 12 (5.08% from 255 or 50% from 24); Green value is 7 (3.12% from 255 or 29.17% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0705 is #F3F8FA. Grayscale: #080808. Windows color (decimal): -15988987 or 329484. OLE color: 329484.

HSL color Cylindrical-coordinate representation of color #0C0705: hue angle of 17.14º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0C0705 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.95.

Color convert

RGB1275-
CMYK00.420.580.95
HSL17.14º41.18%3.33%-
HSV(B)17.14º58.33%4.71%-
XYZ0.250.240.18-
YUV8.27126.16130.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 29.17%
BLUE value IS 5 (2.34% from 255) = 20.83%
R=50%
G=29.17%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal127500.420.580.9517.1441.183.33
HexC7502A3A5F11293
Octal14750527213721513
Binary1100111101010101011101010111111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0705; }

 p { color: rgb(12,7,5); }

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

<style>
 a { background-color: #0C0705; }

 a { background-color: rgb(12,7,5); }

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

<style>
 span { border-color: #0C0705; }

 span { border-color: rgb(12,7,5); }

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