Html Css Color HEX #0E061F Blackcurrant

📋 copy color: '#0E061F'

red 14 ◦ green 6 ◦ blue 31

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

Shades of Blackcurrant #0E061F

Tints of Blackcurrant #0E061F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 60.78%

R = 27.45%
G = 11.76%
B = 60.78%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E061F (or 0x0E061F) is known color: Blackcurrant. HEX triplet: 0E, 06 and 1F. RGB value is (14,6,31). Sum of RGB (Red+Green+Blue) = 14+6+31=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E061F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E061F is #F1F9E0. Grayscale: #0B0B0B. Windows color (decimal): -15858145 or 2033166. OLE color: 2033166.

HSL color Cylindrical-coordinate representation of color #0E061F: hue angle of 259.2º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E061F is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 6 31 -
CMYK 0.55 0.81 0 0.88
HSL 259.2º 0.68% 0.07% -
HSV(B) 259.2º 0.81% 0.12% -
XYZ 0.49 0.32 1.33 -
YUV 11.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 14 6 31 0.55 0.81 0 0.88 259.2 0.68 0.07
Hex E 6 1F 37 51 0 58 103 44 7
Octal 16 6 37 67 121 0 130 403 104 7
Binary 1110 110 11111 110111 1010001 0 1011000 100000011 1000100 111

Color Harmonies of #0E061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E061F

Black with #0E061F

Text Example


Text Example

White with #0E061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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