Html Css Color HEX #0E031F Blackcurrant

📋 copy color: '#0E031F'

red 14 ◦ green 3 ◦ blue 31

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

Shades of Blackcurrant #0E031F

Tints of Blackcurrant #0E031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.25%

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

R = 29.17%
G = 6.25%
B = 64.58%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E031F (or 0x0E031F) is known color: Blackcurrant. HEX triplet: 0E, 03 and 1F. RGB value is (14,3,31). Sum of RGB (Red+Green+Blue) = 14+3+31=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E031F is #F1FCE0. Grayscale: #090909. Windows color (decimal): -15858913 or 2032398. OLE color: 2032398.

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

Color convert

RGB 14 3 31 -
CMYK 0.55 0.90 0 0.88
HSL 263.57º 0.82% 0.07% -
HSV(B) 263.57º 0.9% 0.12% -
XYZ 0.46 0.26 1.32 -
YUV 9.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 14 3 31 0.55 0.90 0 0.88 263.57 0.82 0.07
Hex E 3 1F 37 5A 0 58 108 52 7
Octal 16 3 37 67 132 0 130 410 122 7
Binary 1110 11 11111 110111 1011010 0 1011000 100001000 1010010 111

Color Harmonies of #0E031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E031F

Black with #0E031F

Text Example


Text Example

White with #0E031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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