Html Css Color HEX #0E0917 Blackcurrant

📋 copy color: '#0E0917'

red 14 ◦ green 9 ◦ blue 23

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

Shades of Blackcurrant #0E0917

Tints of Blackcurrant #0E0917

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 value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0917 (or 0x0E0917) is known color: 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

RGB 14 9 23 -
CMYK 0.39 0.61 0 0.91
HSL 261.43º 0.44% 0.06% -
HSV(B) 261.43º 0.61% 0.09% -
XYZ 0.43 0.35 0.86 -
YUV 12.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 14 9 23 0.39 0.61 0 0.91 261.43 0.44 0.06
Hex E 9 17 27 3D 0 5B 105 2C 6
Octal 16 11 27 47 75 0 133 405 54 6
Binary 1110 1001 10111 100111 111101 0 1011011 100000101 101100 110

Color Harmonies of #0E0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0917

Black with #0E0917

Text Example


Text Example

White with #0E0917

Text Example


Text Example

HTML Codes & Css Web 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>