Html Css Color HEX #0E021B Blackcurrant

📋 copy color: '#0E021B'

red 14 ◦ green 2 ◦ blue 27

#0E021B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #0E021B

Tints of Blackcurrant #0E021B

RGB

 RED value IS 14 (5.86% from 255) = 32.56%

 GREEN value IS 2 (1.17% from 255) = 4.65%

 BLUE value IS 27 (10.94% from 255) = 62.79%

R = 32.56%
G = 4.65%
B = 62.79%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E021B (or 0x0E021B) is known color: Blackcurrant. HEX triplet: 0E, 02 and 1B. RGB value is (14,2,27). Sum of RGB (Red+Green+Blue) = 14+2+27=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 27 (10.94% from 255 or 62.79% from 43); Max value from RGB is 27 - color contains mainly: blue. Hex color #0E021B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E021B is #F1FDE4. Grayscale: #080808. Windows color (decimal): -15859173 or 1769998. OLE color: 1769998.

HSL color Cylindrical-coordinate representation of color #0E021B: hue angle of 268.8º degrees, saturation: 0.86, 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 #0E021B is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 2 27 -
CMYK 0.48 0.93 0 0.89
HSL 268.8º 0.86% 0.06% -
HSV(B) 268.8º 0.93% 0.11% -
XYZ 0.4 0.22 1.06 -
YUV 8.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 14 2 27 0.48 0.93 0 0.89 268.8 0.86 0.06
Hex E 2 1B 30 5D 0 59 10D 56 6
Octal 16 2 33 60 135 0 131 415 126 6
Binary 1110 10 11011 110000 1011101 0 1011001 100001101 1010110 110

Color Harmonies of #0E021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E021B

Black with #0E021B

Text Example


Text Example

White with #0E021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,2,27); }

 H1.HeaderClassName
 {
   color: #0E021B;
 }
 .AnyTagClassName
 {
   color: #0E021B;
 }
</style>

background-color css

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

 a { background-color: rgb(14,2,27); }

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

border-color css

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

 span { border-color: rgb(14,2,27); }

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