#0E0120

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

Shades of Blackcurrant #0E0120

Tints of Blackcurrant #0E0120

Color information

#0E0120 (or 0x0E0120) is unknown color: approx Blackcurrant. HEX triplet: 0E, 01 and 20. RGB value is (14,1,32). Sum of RGB (Red+Green+Blue) = 14+1+32=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 32 (12.89% from 255 or 68.09% from 47); Max value from RGB is 32 - color contains mainly: blue. Hex color #0E0120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0120 is #F1FEDF. Grayscale: #080808. Windows color (decimal): -15859424 or 2097422. OLE color: 2097422.

HSL color Cylindrical-coordinate representation of color #0E0120: hue angle of 265.16º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E0120 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB14132-
CMYK0.560.9700.87
HSL265.16º93.94%6.47%-
HSV(B)265.16º96.88%12.55%-
XYZ0.450.221.38-
YUV8.42141.31131.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.79%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 32 (12.89% from 255) = 68.09%
R=29.79%
G=2.13%
B=68.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal141320.560.9700.87265.1693.946.47
HexE12038610571095e6
Octal161407014101274111366
Binary111011000001110001100001010101111000010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,1,32); }

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

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

 a { background-color: rgb(14,1,32); }

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

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

 span { border-color: rgb(14,1,32); }

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