#0C0503

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

Shades of Black #0C0503

Tints of Black #0C0503

Color information

#0C0503 (or 0x0C0503) is unknown color: approx Black. HEX triplet: 0C, 05 and 03. RGB value is (12,5,3). Sum of RGB (Red+Green+Blue) = 12+5+3=20 (2% of max value = 765). Red value is 12 (5.08% from 255 or 60% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0503 is #F3FAFC. Grayscale: #060606. Windows color (decimal): -15989501 or 197900. OLE color: 197900.

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

Color convert

RGB1253-
CMYK00.580.750.95
HSL13.33º60%2.94%-
HSV(B)13.33º75%4.71%-
XYZ0.220.190.11-
YUV6.86125.82131.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 60%
GREEN value IS 5 (2.34% from 255) = 25%
BLUE value IS 3 (1.56% from 255) = 15%
R=60%
G=25%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal125300.580.750.9513.33602.94
HexC5303A4B5Fd3c3
Octal145307211313715743
Binary110010111011101010010111011111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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