Html Css Color HEX #0E061E Blackcurrant

📋 copy color: '#0E061E'

red 14 ◦ green 6 ◦ blue 30

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

Shades of Blackcurrant #0E061E

Tints of Blackcurrant #0E061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 60%

R = 28%
G = 12%
B = 60%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E061E (or 0x0E061E) is known color: Blackcurrant. HEX triplet: 0E, 06 and 1E. RGB value is (14,6,30). Sum of RGB (Red+Green+Blue) = 14+6+30=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E061E is #F1F9E1. Grayscale: #0B0B0B. Windows color (decimal): -15858146 or 1967630. OLE color: 1967630.

HSL color Cylindrical-coordinate representation of color #0E061E: hue angle of 260º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E061E is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 6 30 -
CMYK 0.53 0.80 0 0.88
HSL 260º 0.67% 0.07% -
HSV(B) 260º 0.8% 0.12% -
XYZ 0.48 0.32 1.26 -
YUV 11.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 14 6 30 0.53 0.80 0 0.88 260 0.67 0.07
Hex E 6 1E 35 50 0 58 104 43 7
Octal 16 6 36 65 120 0 130 404 103 7
Binary 1110 110 11110 110101 1010000 0 1011000 100000100 1000011 111

Color Harmonies of #0E061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E061E

Black with #0E061E

Text Example


Text Example

White with #0E061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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