Html Css Color HEX #0E0715 Blackcurrant

📋 copy color: '#0E0715'

red 14 ◦ green 7 ◦ blue 21

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

Shades of Blackcurrant #0E0715

Tints of Blackcurrant #0E0715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 16.67%

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

R = 33.33%
G = 16.67%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0E0715 (or 0x0E0715) is known color: Blackcurrant. HEX triplet: 0E, 07 and 15. RGB value is (14,7,21). Sum of RGB (Red+Green+Blue) = 14+7+21=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E0715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0715 is #F1F8EA. Grayscale: #0A0A0A. Windows color (decimal): -15857899 or 1378062. OLE color: 1378062.

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

Color convert

RGB 14 7 21 -
CMYK 0.33 0.67 0 0.92
HSL 270º 0.5% 0.05% -
HSV(B) 270º 0.67% 0.08% -
XYZ 0.39 0.3 0.75 -
YUV 10.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 14 7 21 0.33 0.67 0 0.92 270 0.5 0.05
Hex E 7 15 21 43 0 5C 10E 32 5
Octal 16 7 25 41 103 0 134 416 62 5
Binary 1110 111 10101 100001 1000011 0 1011100 100001110 110010 101

Color Harmonies of #0E0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0715

Black with #0E0715

Text Example


Text Example

White with #0E0715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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