Html Css Color HEX #0E0818 Blackcurrant

📋 copy color: '#0E0818'

red 14 ◦ green 8 ◦ blue 24

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

Shades of Blackcurrant #0E0818

Tints of Blackcurrant #0E0818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.39%

 BLUE value IS 24 (9.77% from 255) = 52.17%

R = 30.43%
G = 17.39%
B = 52.17%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0818 (or 0x0E0818) is known color: Blackcurrant. HEX triplet: 0E, 08 and 18. RGB value is (14,8,24). Sum of RGB (Red+Green+Blue) = 14+8+24=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E0818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0818 is #F1F7E7. Grayscale: #0B0B0B. Windows color (decimal): -15857640 or 1574926. OLE color: 1574926.

HSL color Cylindrical-coordinate representation of color #0E0818: hue angle of 262.5º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E0818 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 8 24 -
CMYK 0.42 0.67 0 0.91
HSL 262.5º 0.5% 0.06% -
HSV(B) 262.5º 0.67% 0.09% -
XYZ 0.43 0.33 0.91 -
YUV 11.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 14 8 24 0.42 0.67 0 0.91 262.5 0.5 0.06
Hex E 8 18 2A 43 0 5B 106 32 6
Octal 16 10 30 52 103 0 133 406 62 6
Binary 1110 1000 11000 101010 1000011 0 1011011 100000110 110010 110

Color Harmonies of #0E0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0818

Black with #0E0818

Text Example


Text Example

White with #0E0818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,8,24); }

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

background-color css

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

 a { background-color: rgb(14,8,24); }

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

border-color css

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

 span { border-color: rgb(14,8,24); }

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