Html Css Color HEX #0E0618 Blackcurrant

📋 copy color: '#0E0618'

red 14 ◦ green 6 ◦ blue 24

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

Shades of Blackcurrant #0E0618

Tints of Blackcurrant #0E0618

RGB

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

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

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

R = 31.82%
G = 13.64%
B = 54.55%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0618 (or 0x0E0618) is known color: Blackcurrant. HEX triplet: 0E, 06 and 18. RGB value is (14,6,24). Sum of RGB (Red+Green+Blue) = 14+6+24=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E0618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0618 is #F1F9E7. Grayscale: #0A0A0A. Windows color (decimal): -15858152 or 1574414. OLE color: 1574414.

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

Color convert

RGB 14 6 24 -
CMYK 0.42 0.75 0 0.91
HSL 266.67º 0.6% 0.06% -
HSV(B) 266.67º 0.75% 0.09% -
XYZ 0.41 0.29 0.9 -
YUV 10.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 14 6 24 0.42 0.75 0 0.91 266.67 0.6 0.06
Hex E 6 18 2A 4B 0 5B 10B 3C 6
Octal 16 6 30 52 113 0 133 413 74 6
Binary 1110 110 11000 101010 1001011 0 1011011 100001011 111100 110

Color Harmonies of #0E0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0618

Black with #0E0618

Text Example


Text Example

White with #0E0618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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