#0E0122

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

Shades of Blackcurrant #0E0122

Tints of Blackcurrant #0E0122

Color information

#0E0122 (or 0x0E0122) is unknown color: approx Blackcurrant. HEX triplet: 0E, 01 and 22. RGB value is (14,1,34). Sum of RGB (Red+Green+Blue) = 14+1+34=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 34 (13.67% from 255 or 69.39% from 49); Max value from RGB is 34 - color contains mainly: blue. Hex color #0E0122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0122 is #F1FEDD. Grayscale: #080808. Windows color (decimal): -15859422 or 2228494. OLE color: 2228494.

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

Color convert

RGB14134-
CMYK0.590.9700.87
HSL263.64º94.29%6.86%-
HSV(B)263.64º97.06%13.33%-
XYZ0.480.231.53-
YUV8.65142.31131.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28.57%
GREEN value IS 1 (0.78% from 255) = 2.04%
BLUE value IS 34 (13.67% from 255) = 69.39%
R=28.57%
G=2.04%
B=69.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal141340.590.9700.87263.6494.296.86
HexE1223B610571085e7
Octal161427314101274101367
Binary111011000101110111100001010101111000010001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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