Html Css Color HEX #0A2210 Black Bean

📋 copy color: '#0A2210'

red 10 ◦ green 34 ◦ blue 16

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

Shades of Black Bean #0A2210

Tints of Black Bean #0A2210

RGB

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

 GREEN value IS 34 (13.67% from 255) = 56.67%

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

R = 16.67%
G = 56.67%
B = 26.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.53

 K value IS 0.87

RGB Variations

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

Color information

#0A2210 (or 0x0A2210) is known color: Black Bean. HEX triplet: 0A, 22 and 10. RGB value is (10,34,16). Sum of RGB (Red+Green+Blue) = 10+34+16=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 34 (13.67% from 255 or 56.67% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 34 - color contains mainly: green. Hex color #0A2210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2210 is #F5DDEF. Grayscale: #181818. Windows color (decimal): -16113136 or 1057290. OLE color: 1057290.

HSL color Cylindrical-coordinate representation of color #0A2210: hue angle of 135º degrees, saturation: 0.55, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A2210 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB 10 34 16 -
CMYK 0.71 0 0.53 0.87
HSL 135º 0.55% 0.09% -
HSV(B) 135º 0.71% 0.13% -
XYZ 0.79 1.25 0.69 -
YUV 24.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 10 34 16 0.71 0 0.53 0.87 135 0.55 0.09
Hex A 22 10 47 0 35 57 87 37 9
Octal 12 42 20 107 0 65 127 207 67 11
Binary 1010 100010 10000 1000111 0 110101 1010111 10000111 110111 1001

Color Harmonies of #0A2210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2210

Black with #0A2210

Text Example


Text Example

White with #0A2210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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