#0C200D

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

Shades of Black Bean #0C200D

Tints of Black Bean #0C200D

Color information

#0C200D (or 0x0C200D) is unknown color: approx Black Bean. HEX triplet: 0C, 20 and 0D. RGB value is (12,32,13). Sum of RGB (Red+Green+Blue) = 12+32+13=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #0C200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C200D is #F3DFF2. Grayscale: #171717. Windows color (decimal): -15982579 or 860172. OLE color: 860172.

HSL color Cylindrical-coordinate representation of color #0C200D: hue angle of 123º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0C200D is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.

Color convert

RGB123213-
CMYK0.6300.590.87
HSL123º45.45%8.63%-
HSV(B)123º62.5%12.55%-
XYZ0.741.140.56-
YUV23.85121.87119.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.05%
GREEN value IS 32 (12.89% from 255) = 56.14%
BLUE value IS 13 (5.47% from 255) = 22.81%
R=21.05%
G=56.14%
B=22.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1232130.6300.590.8712345.458.63
HexC20D3F03B577b2d9
Octal144015770731271735511
Binary110010000011011111110111011101011111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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