#0E031F

Color #0E031F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #0E031F

Tints of Blackcurrant #0E031F

Color information

#0E031F (or 0x0E031F) is unknown color: approx 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

RGB14331-
CMYK0.550.9000.88
HSL263.57º82.35%6.67%-
HSV(B)263.57º90.32%12.16%-
XYZ0.460.261.32-
YUV9.48140.14131.22-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal143310.550.9000.88263.5782.356.67
HexE31F375A058108527
Octal163376713201304101227
Binary111011111111101111011010010110001000010001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>