#0C0713

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

Shades of Blackcurrant #0C0713

Tints of Blackcurrant #0C0713

Color information

#0C0713 (or 0x0C0713) is unknown color: approx Blackcurrant. HEX triplet: 0C, 07 and 13. RGB value is (12,7,19). Sum of RGB (Red+Green+Blue) = 12+7+19=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 19 (7.81% from 255 or 50% from 38); Max value from RGB is 19 - color contains mainly: blue. Hex color #0C0713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0713 is #F3F8EC. Grayscale: #090909. Windows color (decimal): -15988973 or 1246988. OLE color: 1246988.

HSL color Cylindrical-coordinate representation of color #0C0713: hue angle of 265º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0C0713 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB12719-
CMYK0.370.6300.93
HSL265º46.15%5.1%-
HSV(B)265º63.16%7.45%-
XYZ0.350.280.65-
YUV9.86133.16129.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 31.58%
GREEN value IS 7 (3.12% from 255) = 18.42%
BLUE value IS 19 (7.81% from 255) = 50%
R=31.58%
G=18.42%
B=50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal127190.370.6300.9326546.155.1
HexC713253F05D1092e5
Octal1472345770135411565
Binary11001111001110010111111101011101100001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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