Html Css Color HEX #0C0703 Black

📋 copy color: '#0C0703'

red 12 ◦ green 7 ◦ blue 3

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

Shades of Black #0C0703

Tints of Black #0C0703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 13.64%

R = 54.55%
G = 31.82%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.95

RGB Variations

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

Color information

#0C0703 (or 0x0C0703) is known color: Black. HEX triplet: 0C, 07 and 03. RGB value is (12,7,3). Sum of RGB (Red+Green+Blue) = 12+7+3=22 (2% of max value = 765). Red value is 12 (5.08% from 255 or 54.55% from 22); Green value is 7 (3.12% from 255 or 31.82% from 22); Blue value is 3 (1.56% from 255 or 13.64% from 22); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0703 is #F3F8FC. Grayscale: #080808. Windows color (decimal): -15988989 or 198412. OLE color: 198412.

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

Color convert

RGB 12 7 3 -
CMYK 0 0.42 0.75 0.95
HSL 26.67º 0.6% 0.03% -
HSV(B) 26.67º 0.75% 0.05% -
XYZ 0.24 0.24 0.12 -
YUV 8.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 12 7 3 0 0.42 0.75 0.95 26.67 0.6 0.03
Hex C 7 3 0 2A 4B 5F 1B 3C 3
Octal 14 7 3 0 52 113 137 33 74 3
Binary 1100 111 11 0 101010 1001011 1011111 11011 111100 11

Color Harmonies of #0C0703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0703

Black with #0C0703

Text Example


Text Example

White with #0C0703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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