Html Css Color HEX #0D170F Black Bean

📋 copy color: '#0D170F'

red 13 ◦ green 23 ◦ blue 15

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

Shades of Black Bean #0D170F

Tints of Black Bean #0D170F

RGB

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

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

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

R = 25.49%
G = 45.1%
B = 29.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.91

RGB Variations

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

Color information

#0D170F (or 0x0D170F) is known color: Black Bean. HEX triplet: 0D, 17 and 0F. RGB value is (13,23,15). Sum of RGB (Red+Green+Blue) = 13+23+15=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 23 - color contains mainly: green. Hex color #0D170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D170F is #F2E8F0. Grayscale: #131313. Windows color (decimal): -15919345 or 988941. OLE color: 988941.

HSL color Cylindrical-coordinate representation of color #0D170F: hue angle of 132º 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 #0D170F is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 23 15 -
CMYK 0.43 0 0.35 0.91
HSL 132º 0.28% 0.07% -
HSV(B) 132º 0.43% 0.09% -
XYZ 0.56 0.73 0.56 -
YUV 19.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 13 23 15 0.43 0 0.35 0.91 132 0.28 0.07
Hex D 17 F 2B 0 23 5B 84 1C 7
Octal 15 27 17 53 0 43 133 204 34 7
Binary 1101 10111 1111 101011 0 100011 1011011 10000100 11100 111

Color Harmonies of #0D170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D170F

Black with #0D170F

Text Example


Text Example

White with #0D170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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