#0A200F

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

Shades of Black Bean #0A200F

Tints of Black Bean #0A200F

Color information

#0A200F (or 0x0A200F) is unknown color: approx Black Bean. HEX triplet: 0A, 20 and 0F. RGB value is (10,32,15). Sum of RGB (Red+Green+Blue) = 10+32+15=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #0A200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A200F is #F5DFF0. Grayscale: #171717. Windows color (decimal): -16113649 or 991242. OLE color: 991242.

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

Color convert

RGB103215-
CMYK0.6900.530.87
HSL133.64º52.38%8.24%-
HSV(B)133.64º68.75%12.55%-
XYZ0.731.130.63-
YUV23.48123.21118.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 17.54%
GREEN value IS 32 (12.89% from 255) = 56.14%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=17.54%
G=56.14%
B=26.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1032150.6900.530.87133.6452.388.24
HexA20F450355786348
Octal1240171050651272066410
Binary10101000001111100010101101011010111100001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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