#0C0311

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

Shades of Blackcurrant #0C0311

Tints of Blackcurrant #0C0311

Color information

#0C0311 (or 0x0C0311) is unknown color: approx Blackcurrant. HEX triplet: 0C, 03 and 11. RGB value is (12,3,17). Sum of RGB (Red+Green+Blue) = 12+3+17=32 (4% of max value = 765). Red value is 12 (5.08% from 255 or 37.5% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 17 (7.03% from 255 or 53.12% from 32); Max value from RGB is 17 - color contains mainly: blue. Hex color #0C0311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0311 is #F3FCEE. Grayscale: #070707. Windows color (decimal): -15989999 or 1114892. OLE color: 1114892.

HSL color Cylindrical-coordinate representation of color #0C0311: hue angle of 278.57º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C0311 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB12317-
CMYK0.290.8200.93
HSL278.57º70%3.92%-
HSV(B)278.57º82.35%6.67%-
XYZ0.290.180.55-
YUV7.29133.48131.36-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 37.5%
GREEN value IS 3 (1.56% from 255) = 9.38%
BLUE value IS 17 (7.03% from 255) = 53.12%
R=37.5%
G=9.38%
B=53.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal123170.290.8200.93278.57703.92
HexC3111D5205D117464
Octal143213512201354271064
Binary11001110001111011010010010111011000101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,3,17); }

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

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

 a { background-color: rgb(12,3,17); }

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

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

 span { border-color: rgb(12,3,17); }

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