#0E070F

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

Shades of Blackcurrant #0E070F

Tints of Blackcurrant #0E070F

Color information

#0E070F (or 0x0E070F) is unknown color: approx Blackcurrant. HEX triplet: 0E, 07 and 0F. RGB value is (14,7,15). Sum of RGB (Red+Green+Blue) = 14+7+15=36 (4% of max value = 765). Red value is 14 (5.86% from 255 or 38.89% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 15 - color contains mainly: blue. Hex color #0E070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E070F is #F1F8F0. Grayscale: #090909. Windows color (decimal): -15857905 or 984846. OLE color: 984846.

HSL color Cylindrical-coordinate representation of color #0E070F: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0E070F is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB14715-
CMYK0.070.5300.94
HSL292.5º36.36%4.31%-
HSV(B)292.5º53.33%5.88%-
XYZ0.340.280.49-
YUV10130.82130.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 38.89%
GREEN value IS 7 (3.12% from 255) = 19.44%
BLUE value IS 15 (6.25% from 255) = 41.67%
R=38.89%
G=19.44%
B=41.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal147150.070.5300.94292.536.364.31
HexE7F73505E124244
Octal167177650136444444
Binary1110111111111111010101011110100100100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,7,15); }

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

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

 a { background-color: rgb(14,7,15); }

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

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

 span { border-color: rgb(14,7,15); }

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