Html Css Color HEX #0E0616 Blackcurrant

📋 copy color: '#0E0616'

red 14 ◦ green 6 ◦ blue 22

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

Shades of Blackcurrant #0E0616

Tints of Blackcurrant #0E0616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 14.29%

 BLUE value IS 22 (8.98% from 255) = 52.38%

R = 33.33%
G = 14.29%
B = 52.38%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0616 (or 0x0E0616) is known color: Blackcurrant. HEX triplet: 0E, 06 and 16. RGB value is (14,6,22). Sum of RGB (Red+Green+Blue) = 14+6+22=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E0616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0616 is #F1F9E9. Grayscale: #0A0A0A. Windows color (decimal): -15858154 or 1443342. OLE color: 1443342.

HSL color Cylindrical-coordinate representation of color #0E0616: hue angle of 270º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E0616 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 6 22 -
CMYK 0.36 0.73 0 0.91
HSL 270º 0.57% 0.05% -
HSV(B) 270º 0.73% 0.09% -
XYZ 0.39 0.28 0.79 -
YUV 10.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 14 6 22 0.36 0.73 0 0.91 270 0.57 0.05
Hex E 6 16 24 49 0 5B 10E 39 5
Octal 16 6 26 44 111 0 133 416 71 5
Binary 1110 110 10110 100100 1001001 0 1011011 100001110 111001 101

Color Harmonies of #0E0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0616

Black with #0E0616

Text Example


Text Example

White with #0E0616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,6,22); }

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

background-color css

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

 a { background-color: rgb(14,6,22); }

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

border-color css

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

 span { border-color: rgb(14,6,22); }

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