#0C021E

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

Shades of Blackcurrant #0C021E

Tints of Blackcurrant #0C021E

Color information

#0C021E (or 0x0C021E) is unknown color: approx Blackcurrant. HEX triplet: 0C, 02 and 1E. RGB value is (12,2,30). Sum of RGB (Red+Green+Blue) = 12+2+30=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 30 (12.11% from 255 or 68.18% from 44); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C021E is #F3FDE1. Grayscale: #080808. Windows color (decimal): -15990242 or 1966604. OLE color: 1966604.

HSL color Cylindrical-coordinate representation of color #0C021E: hue angle of 261.43º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C021E is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB12230-
CMYK0.600.9300.88
HSL261.43º87.5%6.27%-
HSV(B)261.43º93.33%11.76%-
XYZ0.410.221.25-
YUV8.18140.31130.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.27%
GREEN value IS 2 (1.17% from 255) = 4.55%
BLUE value IS 30 (12.11% from 255) = 68.18%
R=27.27%
G=4.55%
B=68.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal122300.600.9300.88261.4387.56.27
HexC21E3C5D058105586
Octal142367413501304051306
Binary110010111101111001011101010110001000001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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