#0C0513

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

Shades of Blackcurrant #0C0513

Tints of Blackcurrant #0C0513

Color information

#0C0513 (or 0x0C0513) is unknown color: approx Blackcurrant. HEX triplet: 0C, 05 and 13. RGB value is (12,5,19). Sum of RGB (Red+Green+Blue) = 12+5+19=36 (4% of max value = 765). Red value is 12 (5.08% from 255 or 33.33% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #0C0513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0513 is #F3FAEC. Grayscale: #080808. Windows color (decimal): -15989485 or 1246476. OLE color: 1246476.

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

Color convert

RGB12519-
CMYK0.370.7400.93
HSL270º58.33%4.71%-
HSV(B)270º73.68%7.45%-
XYZ0.320.230.64-
YUV8.69133.82130.36-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 33.33%
GREEN value IS 5 (2.34% from 255) = 13.89%
BLUE value IS 19 (7.81% from 255) = 52.78%
R=33.33%
G=13.89%
B=52.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal125190.370.7400.9327058.334.71
HexC513254A05D10e3a5
Octal14523451120135416725
Binary110010110011100101100101001011101100001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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