#0C200F

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

Shades of Black Bean #0C200F

Tints of Black Bean #0C200F

Color information

#0C200F (or 0x0C200F) is unknown color: approx Black Bean. HEX triplet: 0C, 20 and 0F. RGB value is (12,32,15). Sum of RGB (Red+Green+Blue) = 12+32+15=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 32 (12.89% from 255 or 54.24% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 32 - color contains mainly: green. Hex color #0C200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C200F is #F3DFF0. Grayscale: #181818. Windows color (decimal): -15982577 or 991244. OLE color: 991244.

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

Color convert

RGB123215-
CMYK0.6300.530.87
HSL129º45.45%8.63%-
HSV(B)129º62.5%12.55%-
XYZ0.751.150.63-
YUV24.08122.87119.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20.34%
GREEN value IS 32 (12.89% from 255) = 54.24%
BLUE value IS 15 (6.25% from 255) = 25.42%
R=20.34%
G=54.24%
B=25.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1232150.6300.530.8712945.458.63
HexC20F3F03557812d9
Octal144017770651272015511
Binary1100100000111111111101101011010111100000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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