Html Css Color HEX #0E170B Black Forest

📋 copy color: '#0E170B'

red 14 ◦ green 23 ◦ blue 11

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

Shades of Black Forest #0E170B

Tints of Black Forest #0E170B

RGB

 RED value IS 14 (5.86% from 255) = 29.17%

 GREEN value IS 23 (9.38% from 255) = 47.92%

 BLUE value IS 11 (4.69% from 255) = 22.92%

R = 29.17%
G = 47.92%
B = 22.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.52

 K value IS 0.91

RGB Variations

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

Color information

#0E170B (or 0x0E170B) is known color: Black Forest. HEX triplet: 0E, 17 and 0B. RGB value is (14,23,11). Sum of RGB (Red+Green+Blue) = 14+23+11=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #0E170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E170B is #F1E8F4. Grayscale: #121212. Windows color (decimal): -15853813 or 726798. OLE color: 726798.

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

Color convert

RGB 14 23 11 -
CMYK 0.39 0 0.52 0.91
HSL 105º 0.35% 0.07% -
HSV(B) 105º 0.52% 0.09% -
XYZ 0.55 0.73 0.43 -
YUV 18.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 14 23 11 0.39 0 0.52 0.91 105 0.35 0.07
Hex E 17 B 27 0 34 5B 69 23 7
Octal 16 27 13 47 0 64 133 151 43 7
Binary 1110 10111 1011 100111 0 110100 1011011 1101001 100011 111

Color Harmonies of #0E170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E170B

Black with #0E170B

Text Example


Text Example

White with #0E170B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E170B;
 }
 .AnyTagClassName
 {
   color: #0E170B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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