Html Css Color HEX #0A2510 Black Bean

📋 copy color: '#0A2510'

red 10 ◦ green 37 ◦ blue 16

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

Shades of Black Bean #0A2510

Tints of Black Bean #0A2510

RGB

 RED value IS 10 (4.3% from 255) = 15.87%

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

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

R = 15.87%
G = 58.73%
B = 25.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#0A2510 (or 0x0A2510) is known color: Black Bean. HEX triplet: 0A, 25 and 10. RGB value is (10,37,16). Sum of RGB (Red+Green+Blue) = 10+37+16=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #0A2510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2510 is #F5DAEF. Grayscale: #1A1A1A. Windows color (decimal): -16112368 or 1058058. OLE color: 1058058.

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

Color convert

RGB 10 37 16 -
CMYK 0.73 0 0.57 0.85
HSL 133.33º 0.57% 0.09% -
HSV(B) 133.33º 0.73% 0.15% -
XYZ 0.88 1.43 0.72 -
YUV 26.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 10 37 16 0.73 0 0.57 0.85 133.33 0.57 0.09
Hex A 25 10 49 0 39 55 85 39 9
Octal 12 45 20 111 0 71 125 205 71 11
Binary 1010 100101 10000 1001001 0 111001 1010101 10000101 111001 1001

Color Harmonies of #0A2510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2510

Black with #0A2510

Text Example


Text Example

White with #0A2510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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