Html Css Color HEX #0E061D Blackcurrant

📋 copy color: '#0E061D'

red 14 ◦ green 6 ◦ blue 29

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

Shades of Blackcurrant #0E061D

Tints of Blackcurrant #0E061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 59.18%

R = 28.57%
G = 12.24%
B = 59.18%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E061D (or 0x0E061D) is known color: Blackcurrant. HEX triplet: 0E, 06 and 1D. RGB value is (14,6,29). Sum of RGB (Red+Green+Blue) = 14+6+29=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #0E061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E061D is #F1F9E2. Grayscale: #0A0A0A. Windows color (decimal): -15858147 or 1902094. OLE color: 1902094.

HSL color Cylindrical-coordinate representation of color #0E061D: hue angle of 260.87º degrees, saturation: 0.66, 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 #0E061D is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 6 29 -
CMYK 0.52 0.79 0 0.89
HSL 260.87º 0.66% 0.07% -
HSV(B) 260.87º 0.79% 0.11% -
XYZ 0.47 0.31 1.2 -
YUV 11.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 14 6 29 0.52 0.79 0 0.89 260.87 0.66 0.07
Hex E 6 1D 34 4F 0 59 105 42 7
Octal 16 6 35 64 117 0 131 405 102 7
Binary 1110 110 11101 110100 1001111 0 1011001 100000101 1000010 111

Color Harmonies of #0E061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E061D

Black with #0E061D

Text Example


Text Example

White with #0E061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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