#0C0517

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

Shades of Blackcurrant #0C0517

Tints of Blackcurrant #0C0517

Color information

#0C0517 (or 0x0C0517) is unknown color: approx Blackcurrant. HEX triplet: 0C, 05 and 17. RGB value is (12,5,23). Sum of RGB (Red+Green+Blue) = 12+5+23=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C0517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0517 is #F3FAE8. Grayscale: #090909. Windows color (decimal): -15989481 or 1508620. OLE color: 1508620.

HSL color Cylindrical-coordinate representation of color #0C0517: hue angle of 263.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C0517 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB12523-
CMYK0.480.7800.91
HSL263.33º64.29%5.49%-
HSV(B)263.33º78.26%9.02%-
XYZ0.360.250.84-
YUV9.14135.82130.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 30%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 23 (9.38% from 255) = 57.5%
R=30%
G=12.5%
B=57.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal125230.480.7800.91263.3364.295.49
HexC517304E05B107405
Octal145276011601334071005
Binary1100101101111100001001110010110111000001111000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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