#0C0514

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

Shades of Blackcurrant #0C0514

Tints of Blackcurrant #0C0514

Color information

#0C0514 (or 0x0C0514) is unknown color: approx Blackcurrant. HEX triplet: 0C, 05 and 14. RGB value is (12,5,20). Sum of RGB (Red+Green+Blue) = 12+5+20=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #0C0514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0514 is #F3FAEB. Grayscale: #080808. Windows color (decimal): -15989484 or 1312012. OLE color: 1312012.

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

Color convert

RGB12520-
CMYK0.400.7500.92
HSL268º60%4.9%-
HSV(B)268º75%7.84%-
XYZ0.330.240.69-
YUV8.8134.32130.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 32.43%
GREEN value IS 5 (2.34% from 255) = 13.51%
BLUE value IS 20 (8.20% from 255) = 54.05%
R=32.43%
G=13.51%
B=54.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal125200.400.7500.92268604.9
HexC514284B05C10c3c5
Octal14524501130134414745
Binary110010110100101000100101101011100100001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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