Html Css Color HEX #0A220C Black Bean

📋 copy color: '#0A220C'

red 10 ◦ green 34 ◦ blue 12

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

Shades of Black Bean #0A220C

Tints of Black Bean #0A220C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 21.43%

R = 17.86%
G = 60.71%
B = 21.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.87

RGB Variations

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

Color information

#0A220C (or 0x0A220C) is known color: Black Bean. HEX triplet: 0A, 22 and 0C. RGB value is (10,34,12). Sum of RGB (Red+Green+Blue) = 10+34+12=56 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.86% from 56); Green value is 34 (13.67% from 255 or 60.71% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 34 - color contains mainly: green. Hex color #0A220C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A220C is #F5DDF3. Grayscale: #181818. Windows color (decimal): -16113140 or 795146. OLE color: 795146.

HSL color Cylindrical-coordinate representation of color #0A220C: hue angle of 125º 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 #0A220C is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.87.

Color convert

RGB 10 34 12 -
CMYK 0.71 0 0.65 0.87
HSL 125º 0.55% 0.09% -
HSV(B) 125º 0.71% 0.13% -
XYZ 0.76 1.24 0.55 -
YUV 24.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 10 34 12 0.71 0 0.65 0.87 125 0.55 0.09
Hex A 22 C 47 0 41 57 7D 37 9
Octal 12 42 14 107 0 101 127 175 67 11
Binary 1010 100010 1100 1000111 0 1000001 1010111 1111101 110111 1001

Color Harmonies of #0A220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A220C

Black with #0A220C

Text Example


Text Example

White with #0A220C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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