Html Css Color HEX #0E170F Black Bean

📋 copy color: '#0E170F'

red 14 ◦ green 23 ◦ blue 15

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

Shades of Black Bean #0E170F

Tints of Black Bean #0E170F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 28.85%

R = 26.92%
G = 44.23%
B = 28.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.91

RGB Variations

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

Color information

#0E170F (or 0x0E170F) is known color: Black Bean. HEX triplet: 0E, 17 and 0F. RGB value is (14,23,15). Sum of RGB (Red+Green+Blue) = 14+23+15=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #0E170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E170F is #F1E8F0. Grayscale: #131313. Windows color (decimal): -15853809 or 988942. OLE color: 988942.

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

Color convert

RGB 14 23 15 -
CMYK 0.39 0 0.35 0.91
HSL 126.67º 0.24% 0.07% -
HSV(B) 126.67º 0.39% 0.09% -
XYZ 0.57 0.74 0.56 -
YUV 19.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 14 23 15 0.39 0 0.35 0.91 126.67 0.24 0.07
Hex E 17 F 27 0 23 5B 7F 18 7
Octal 16 27 17 47 0 43 133 177 30 7
Binary 1110 10111 1111 100111 0 100011 1011011 1111111 11000 111

Color Harmonies of #0E170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E170F

Black with #0E170F

Text Example


Text Example

White with #0E170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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