Html Css Color HEX #0E021E Blackcurrant

📋 copy color: '#0E021E'

red 14 ◦ green 2 ◦ blue 30

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

Shades of Blackcurrant #0E021E

Tints of Blackcurrant #0E021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 65.22%

R = 30.43%
G = 4.35%
B = 65.22%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E021E (or 0x0E021E) is known color: Blackcurrant. HEX triplet: 0E, 02 and 1E. RGB value is (14,2,30). Sum of RGB (Red+Green+Blue) = 14+2+30=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 30 (12.11% from 255 or 65.22% from 46); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E021E is #F1FDE1. Grayscale: #080808. Windows color (decimal): -15859170 or 1966606. OLE color: 1966606.

HSL color Cylindrical-coordinate representation of color #0E021E: hue angle of 265.71º 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 #0E021E is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 2 30 -
CMYK 0.53 0.93 0 0.88
HSL 265.71º 0.88% 0.06% -
HSV(B) 265.71º 0.93% 0.12% -
XYZ 0.44 0.23 1.25 -
YUV 8.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 14 2 30 0.53 0.93 0 0.88 265.71 0.88 0.06
Hex E 2 1E 35 5D 0 58 10A 58 6
Octal 16 2 36 65 135 0 130 412 130 6
Binary 1110 10 11110 110101 1011101 0 1011000 100001010 1011000 110

Color Harmonies of #0E021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E021E

Black with #0E021E

Text Example


Text Example

White with #0E021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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