Html Css Color HEX #0E0020 Blackcurrant

📋 copy color: '#0E0020'

red 14 ◦ green 0 ◦ blue 32

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

Shades of Blackcurrant #0E0020

Tints of Blackcurrant #0E0020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 32 (12.89% from 255) = 69.57%

R = 30.43%
G = 0%
B = 69.57%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0E0020 (or 0x0E0020) is known color: Blackcurrant. HEX triplet: 0E, 00 and 20. RGB value is (14,0,32). Sum of RGB (Red+Green+Blue) = 14+0+32=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 32 (12.89% from 255 or 69.57% from 46); Max value from RGB is 32 - color contains mainly: blue. Hex color #0E0020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0020 is #F1FFDF. Grayscale: #070707. Windows color (decimal): -15859680 or 2097166. OLE color: 2097166.

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

Color convert

RGB 14 0 32 -
CMYK 0.56 1 0 0.87
HSL 266.25º 1% 0.06% -
HSV(B) 266.25º 1% 0.13% -
XYZ 0.44 0.2 1.38 -
YUV 7.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 14 0 32 0.56 1 0 0.87 266.25 1 0.06
Hex E 0 20 38 64 0 57 10A 64 6
Octal 16 0 40 70 144 0 127 412 144 6
Binary 1110 0 100000 111000 1100100 0 1010111 100001010 1100100 110

Color Harmonies of #0E0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0020

Black with #0E0020

Text Example


Text Example

White with #0E0020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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