#0F210F

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

Shades of Black Bean #0F210F

Tints of Black Bean #0F210F

Color information

#0F210F (or 0x0F210F) is unknown color: approx Black Bean. HEX triplet: 0F, 21 and 0F. RGB value is (15,33,15). Sum of RGB (Red+Green+Blue) = 15+33+15=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #0F210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F210F is #F0DEF0. Grayscale: #191919. Windows color (decimal): -15785713 or 991503. OLE color: 991503.

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

Color convert

RGB153315-
CMYK0.5500.550.87
HSL120º37.5%9.41%-
HSV(B)120º54.55%12.94%-
XYZ0.831.220.64-
YUV25.57122.04120.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.81%
GREEN value IS 33 (13.28% from 255) = 52.38%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=23.81%
G=52.38%
B=23.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1533150.5500.550.8712037.59.41
HexF21F370375778269
Octal174117670671271704611
Binary111110000111111101110110111101011111110001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,33,15); }

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

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

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

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

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

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

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