Html Css Color HEX #0C0705 Black

📋 copy color: '#0C0705'

red 12 ◦ green 7 ◦ blue 5

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

Shades of Black #0C0705

Tints of Black #0C0705

RGB

 RED value IS 12 (5.08% from 255) = 50%

 GREEN value IS 7 (3.13% from 255) = 29.17%

 BLUE value IS 5 (2.34% from 255) = 20.83%

R = 50%
G = 29.17%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.95

RGB Variations

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

Color information

#0C0705 (or 0x0C0705) is known color: 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

RGB 12 7 5 -
CMYK 0 0.42 0.58 0.95
HSL 17.14º 0.41% 0.03% -
HSV(B) 17.14º 0.58% 0.05% -
XYZ 0.25 0.24 0.18 -
YUV 8.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 12 7 5 0 0.42 0.58 0.95 17.14 0.41 0.03
Hex C 7 5 0 2A 3A 5F 11 29 3
Octal 14 7 5 0 52 72 137 21 51 3
Binary 1100 111 101 0 101010 111010 1011111 10001 101001 11

Color Harmonies of #0C0705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0705

Black with #0C0705

Text Example


Text Example

White with #0C0705

Text Example


Text Example

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