#0C021D

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

Shades of Blackcurrant #0C021D

Tints of Blackcurrant #0C021D

Color information

#0C021D (or 0x0C021D) is unknown color: approx Blackcurrant. HEX triplet: 0C, 02 and 1D. RGB value is (12,2,29). Sum of RGB (Red+Green+Blue) = 12+2+29=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 29 (11.72% from 255 or 67.44% from 43); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C021D is #F3FDE2. Grayscale: #070707. Windows color (decimal): -15990243 or 1901068. OLE color: 1901068.

HSL color Cylindrical-coordinate representation of color #0C021D: hue angle of 262.22º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C021D is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB12229-
CMYK0.590.9300.89
HSL262.22º87.1%6.08%-
HSV(B)262.22º93.1%11.37%-
XYZ0.40.211.18-
YUV8.07139.81130.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.91%
GREEN value IS 2 (1.17% from 255) = 4.65%
BLUE value IS 29 (11.72% from 255) = 67.44%
R=27.91%
G=4.65%
B=67.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal122290.590.9300.89262.2287.16.08
HexC21D3B5D059106576
Octal142357313501314061276
Binary110010111011110111011101010110011000001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,2,29); }

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

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

 a { background-color: rgb(12,2,29); }

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

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

 span { border-color: rgb(12,2,29); }

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