#0E041C

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

Shades of Blackcurrant #0E041C

Tints of Blackcurrant #0E041C

Color information

#0E041C (or 0x0E041C) is unknown color: approx Blackcurrant. HEX triplet: 0E, 04 and 1C. RGB value is (14,4,28). Sum of RGB (Red+Green+Blue) = 14+4+28=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E041C is #F1FBE3. Grayscale: #090909. Windows color (decimal): -15858660 or 1836046. OLE color: 1836046.

HSL color Cylindrical-coordinate representation of color #0E041C: hue angle of 265º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E041C is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB14428-
CMYK0.500.8600.89
HSL265º75%6.27%-
HSV(B)265º85.71%10.98%-
XYZ0.430.261.13-
YUV9.73138.31131.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 30.43%
GREEN value IS 4 (1.95% from 255) = 8.70%
BLUE value IS 28 (11.33% from 255) = 60.87%
R=30.43%
G=8.70%
B=60.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal144280.500.8600.89265756.27
HexE41C32560591094b6
Octal164346212601314111136
Binary1110100111001100101010110010110011000010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,4,28); }

 H1.HeaderClassName
 {
   color: #0E041C;
 }
 .AnyTagClassName
 {
   color: #0E041C;
 }
</style>
background-color css

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

 a { background-color: rgb(14,4,28); }

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

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

 span { border-color: rgb(14,4,28); }

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