Html Css Color HEX #0E061C Blackcurrant

📋 copy color: '#0E061C'

red 14 ◦ green 6 ◦ blue 28

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

Shades of Blackcurrant #0E061C

Tints of Blackcurrant #0E061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 58.33%

R = 29.17%
G = 12.5%
B = 58.33%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E061C (or 0x0E061C) is known color: Blackcurrant. HEX triplet: 0E, 06 and 1C. RGB value is (14,6,28). Sum of RGB (Red+Green+Blue) = 14+6+28=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E061C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E061C is #F1F9E3. Grayscale: #0A0A0A. Windows color (decimal): -15858148 or 1836558. OLE color: 1836558.

HSL color Cylindrical-coordinate representation of color #0E061C: hue angle of 261.82º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E061C is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 6 28 -
CMYK 0.50 0.79 0 0.89
HSL 261.82º 0.65% 0.07% -
HSV(B) 261.82º 0.79% 0.11% -
XYZ 0.46 0.31 1.13 -
YUV 10.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 14 6 28 0.50 0.79 0 0.89 261.82 0.65 0.07
Hex E 6 1C 32 4F 0 59 106 41 7
Octal 16 6 34 62 117 0 131 406 101 7
Binary 1110 110 11100 110010 1001111 0 1011001 100000110 1000001 111

Color Harmonies of #0E061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E061C

Black with #0E061C

Text Example


Text Example

White with #0E061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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