Html Css Color HEX #0D2510 Black Bean

📋 copy color: '#0D2510'

red 13 ◦ green 37 ◦ blue 16

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

Shades of Black Bean #0D2510

Tints of Black Bean #0D2510

RGB

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

 GREEN value IS 37 (14.84% from 255) = 56.06%

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

R = 19.7%
G = 56.06%
B = 24.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#0D2510 (or 0x0D2510) is known color: Black Bean. HEX triplet: 0D, 25 and 10. RGB value is (13,37,16). Sum of RGB (Red+Green+Blue) = 13+37+16=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2510 is #F2DAEF. Grayscale: #1B1B1B. Windows color (decimal): -15915760 or 1058061. OLE color: 1058061.

HSL color Cylindrical-coordinate representation of color #0D2510: hue angle of 127.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D2510 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 37 16 -
CMYK 0.65 0 0.57 0.85
HSL 127.5º 0.48% 0.1% -
HSV(B) 127.5º 0.65% 0.15% -
XYZ 0.92 1.45 0.72 -
YUV 27.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 13 37 16 0.65 0 0.57 0.85 127.5 0.48 0.1
Hex D 25 10 41 0 39 55 80 30 A
Octal 15 45 20 101 0 71 125 200 60 12
Binary 1101 100101 10000 1000001 0 111001 1010101 10000000 110000 1010

Color Harmonies of #0D2510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2510

Black with #0D2510

Text Example


Text Example

White with #0D2510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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