#0C0518

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

Shades of Blackcurrant #0C0518

Tints of Blackcurrant #0C0518

Color information

#0C0518 (or 0x0C0518) is unknown color: approx Blackcurrant. HEX triplet: 0C, 05 and 18. RGB value is (12,5,24). Sum of RGB (Red+Green+Blue) = 12+5+24=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C0518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0518 is #F3FAE7. Grayscale: #090909. Windows color (decimal): -15989480 or 1574156. OLE color: 1574156.

HSL color Cylindrical-coordinate representation of color #0C0518: hue angle of 262.11º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C0518 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB12524-
CMYK0.500.7900.91
HSL262.11º65.52%5.69%-
HSV(B)262.11º79.17%9.41%-
XYZ0.370.250.89-
YUV9.26136.32129.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 29.27%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 24 (9.77% from 255) = 58.54%
R=29.27%
G=12.20%
B=58.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal125240.500.7900.91262.1165.525.69
HexC518324F05B106426
Octal145306211701334061026
Binary1100101110001100101001111010110111000001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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