Html Css Color HEX #0C0807 Black

📋 copy color: '#0C0807'

red 12 ◦ green 8 ◦ blue 7

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

Shades of Black #0C0807

Tints of Black #0C0807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 29.63%

 BLUE value IS 7 (3.13% from 255) = 25.93%

R = 44.44%
G = 29.63%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.95

RGB Variations

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

Color information

#0C0807 (or 0x0C0807) is known color: Black. HEX triplet: 0C, 08 and 07. RGB value is (12,8,7). Sum of RGB (Red+Green+Blue) = 12+8+7=27 (3% of max value = 765). Red value is 12 (5.08% from 255 or 44.44% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0807 is #F3F7F8. Grayscale: #090909. Windows color (decimal): -15988729 or 460812. OLE color: 460812.

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

Color convert

RGB 12 8 7 -
CMYK 0 0.33 0.42 0.95
HSL 12º 0.26% 0.04% -
HSV(B) 12º 0.42% 0.05% -
XYZ 0.28 0.27 0.24 -
YUV 9.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 12 8 7 0 0.33 0.42 0.95 12 0.26 0.04
Hex C 8 7 0 21 2A 5F C 1A 4
Octal 14 10 7 0 41 52 137 14 32 4
Binary 1100 1000 111 0 100001 101010 1011111 1100 11010 100

Color Harmonies of #0C0807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0807

Black with #0C0807

Text Example


Text Example

White with #0C0807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C0807;
 }
 .AnyTagClassName
 {
   color: #0C0807;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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