#0A200C

Color #0A200C Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #0A200C

Tints of Black Bean #0A200C

Color information

#0A200C (or 0x0A200C) is unknown color: approx Black Bean. HEX triplet: 0A, 20 and 0C. RGB value is (10,32,12). Sum of RGB (Red+Green+Blue) = 10+32+12=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #0A200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A200C is #F5DFF3. Grayscale: #171717. Windows color (decimal): -16113652 or 794634. OLE color: 794634.

HSL color Cylindrical-coordinate representation of color #0A200C: hue angle of 125.45º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0A200C is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB103212-
CMYK0.6900.630.87
HSL125.45º52.38%8.24%-
HSV(B)125.45º68.75%12.55%-
XYZ0.711.120.53-
YUV23.14121.71118.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.52%
GREEN value IS 32 (12.89% from 255) = 59.26%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=18.52%
G=59.26%
B=22.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1032120.6900.630.87125.4552.388.24
HexA20C4503F577d348
Octal1240141050771271756410
Binary1010100000110010001010111111101011111111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A200C;
 }
 .AnyTagClassName
 {
   color: #0A200C;
 }
</style>
background-color css

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

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

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

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

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

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