Html Css Color HEX #0A2610 Black Bean

📋 copy color: '#0A2610'

red 10 ◦ green 38 ◦ blue 16

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

Shades of Black Bean #0A2610

Tints of Black Bean #0A2610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 59.38%

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

R = 15.63%
G = 59.38%
B = 25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.85

RGB Variations

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

Color information

#0A2610 (or 0x0A2610) is known color: Black Bean. HEX triplet: 0A, 26 and 10. RGB value is (10,38,16). Sum of RGB (Red+Green+Blue) = 10+38+16=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #0A2610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2610 is #F5D9EF. Grayscale: #1B1B1B. Windows color (decimal): -16112112 or 1058314. OLE color: 1058314.

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

Color convert

RGB 10 38 16 -
CMYK 0.74 0 0.58 0.85
HSL 132.86º 0.58% 0.09% -
HSV(B) 132.86º 0.74% 0.15% -
XYZ 0.91 1.49 0.73 -
YUV 27.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 10 38 16 0.74 0 0.58 0.85 132.86 0.58 0.09
Hex A 26 10 4A 0 3A 55 85 3A 9
Octal 12 46 20 112 0 72 125 205 72 11
Binary 1010 100110 10000 1001010 0 111010 1010101 10000101 111010 1001

Color Harmonies of #0A2610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2610

Black with #0A2610

Text Example


Text Example

White with #0A2610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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