Html Css Color HEX #0D1710 Black Bean

📋 copy color: '#0D1710'

red 13 ◦ green 23 ◦ blue 16

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

Shades of Black Bean #0D1710

Tints of Black Bean #0D1710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 30.77%

R = 25%
G = 44.23%
B = 30.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.91

RGB Variations

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

Color information

#0D1710 (or 0x0D1710) is known color: Black Bean. HEX triplet: 0D, 17 and 10. RGB value is (13,23,16). Sum of RGB (Red+Green+Blue) = 13+23+16=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1710 is #F2E8EF. Grayscale: #131313. Windows color (decimal): -15919344 or 1054477. OLE color: 1054477.

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

Color convert

RGB 13 23 16 -
CMYK 0.43 0 0.30 0.91
HSL 138º 0.28% 0.07% -
HSV(B) 138º 0.43% 0.09% -
XYZ 0.57 0.74 0.6 -
YUV 19.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 13 23 16 0.43 0 0.30 0.91 138 0.28 0.07
Hex D 17 10 2B 0 1E 5B 8A 1C 7
Octal 15 27 20 53 0 36 133 212 34 7
Binary 1101 10111 10000 101011 0 11110 1011011 10001010 11100 111

Color Harmonies of #0D1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1710

Black with #0D1710

Text Example


Text Example

White with #0D1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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