Html Css Color HEX #0E0815 Blackcurrant

📋 copy color: '#0E0815'

red 14 ◦ green 8 ◦ blue 21

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

Shades of Blackcurrant #0E0815

Tints of Blackcurrant #0E0815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 48.84%

R = 32.56%
G = 18.6%
B = 48.84%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0E0815 (or 0x0E0815) is known color: Blackcurrant. HEX triplet: 0E, 08 and 15. RGB value is (14,8,21). Sum of RGB (Red+Green+Blue) = 14+8+21=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E0815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0815 is #F1F7EA. Grayscale: #0B0B0B. Windows color (decimal): -15857643 or 1378318. OLE color: 1378318.

HSL color Cylindrical-coordinate representation of color #0E0815: hue angle of 267.69º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E0815 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 8 21 -
CMYK 0.33 0.62 0 0.92
HSL 267.69º 0.45% 0.06% -
HSV(B) 267.69º 0.62% 0.08% -
XYZ 0.4 0.32 0.75 -
YUV 11.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 14 8 21 0.33 0.62 0 0.92 267.69 0.45 0.06
Hex E 8 15 21 3E 0 5C 10C 2D 6
Octal 16 10 25 41 76 0 134 414 55 6
Binary 1110 1000 10101 100001 111110 0 1011100 100001100 101101 110

Color Harmonies of #0E0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0815

Black with #0E0815

Text Example


Text Example

White with #0E0815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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