Html Css Color HEX #0D170E Black Bean

📋 copy color: '#0D170E'

red 13 ◦ green 23 ◦ blue 14

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

Shades of Black Bean #0D170E

Tints of Black Bean #0D170E

RGB

 RED value IS 13 (5.47% from 255) = 26%

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

 BLUE value IS 14 (5.86% from 255) = 28%

R = 26%
G = 46%
B = 28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.91

RGB Variations

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

Color information

#0D170E (or 0x0D170E) is known color: Black Bean. HEX triplet: 0D, 17 and 0E. RGB value is (13,23,14). Sum of RGB (Red+Green+Blue) = 13+23+14=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 23 (9.38% from 255 or 46% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 23 - color contains mainly: green. Hex color #0D170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D170E is #F2E8F1. Grayscale: #131313. Windows color (decimal): -15919346 or 923405. OLE color: 923405.

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

Color convert

RGB 13 23 14 -
CMYK 0.43 0 0.39 0.91
HSL 126º 0.28% 0.07% -
HSV(B) 126º 0.43% 0.09% -
XYZ 0.55 0.73 0.53 -
YUV 18.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 13 23 14 0.43 0 0.39 0.91 126 0.28 0.07
Hex D 17 E 2B 0 27 5B 7E 1C 7
Octal 15 27 16 53 0 47 133 176 34 7
Binary 1101 10111 1110 101011 0 100111 1011011 1111110 11100 111

Color Harmonies of #0D170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D170E

Black with #0D170E

Text Example


Text Example

White with #0D170E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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