Html Css Color HEX #0C0907 Black

📋 copy color: '#0C0907'

red 12 ◦ green 9 ◦ blue 7

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

Shades of Black #0C0907

Tints of Black #0C0907

RGB

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

 GREEN value IS 9 (3.91% from 255) = 32.14%

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

R = 42.86%
G = 32.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.95

RGB Variations

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

Color information

#0C0907 (or 0x0C0907) is known color: Black. HEX triplet: 0C, 09 and 07. RGB value is (12,9,7). Sum of RGB (Red+Green+Blue) = 12+9+7=28 (3% of max value = 765). Red value is 12 (5.08% from 255 or 42.86% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0907 is #F3F6F8. Grayscale: #090909. Windows color (decimal): -15988473 or 461068. OLE color: 461068.

HSL color Cylindrical-coordinate representation of color #0C0907: hue angle of 24º 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 #0C0907 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 9 7 -
CMYK 0 0.25 0.42 0.95
HSL 24º 0.26% 0.04% -
HSV(B) 24º 0.42% 0.05% -
XYZ 0.29 0.29 0.24 -
YUV 9.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 12 9 7 0 0.25 0.42 0.95 24 0.26 0.04
Hex C 9 7 0 19 2A 5F 18 1A 4
Octal 14 11 7 0 31 52 137 30 32 4
Binary 1100 1001 111 0 11001 101010 1011111 11000 11010 100

Color Harmonies of #0C0907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0907

Black with #0C0907

Text Example


Text Example

White with #0C0907

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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