#0E0917

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

Shades of Blackcurrant #0E0917

Tints of Blackcurrant #0E0917

Color information

#0E0917 (or 0x0E0917) is unknown color: approx Blackcurrant. HEX triplet: 0E, 09 and 17. RGB value is (14,9,23). Sum of RGB (Red+Green+Blue) = 14+9+23=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E0917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0917 is #F1F6E8. Grayscale: #0C0C0C. Windows color (decimal): -15857385 or 1509646. OLE color: 1509646.

HSL color Cylindrical-coordinate representation of color #0E0917: hue angle of 261.43º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0E0917 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB14923-
CMYK0.390.6100.91
HSL261.43º43.75%6.27%-
HSV(B)261.43º60.87%9.02%-
XYZ0.430.350.86-
YUV12.09134.16129.36-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 30.43%
GREEN value IS 9 (3.91% from 255) = 19.57%
BLUE value IS 23 (9.38% from 255) = 50%
R=30.43%
G=19.57%
B=50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal149230.390.6100.91261.4343.756.27
HexE917273D05B1052c6
Octal16112747750133405546
Binary111010011011110011111110101011011100000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,9,23); }

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

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

 a { background-color: rgb(14,9,23); }

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

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

 span { border-color: rgb(14,9,23); }

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