#0B200F

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

Shades of Black Bean #0B200F

Tints of Black Bean #0B200F

Color information

#0B200F (or 0x0B200F) is unknown color: approx Black Bean. HEX triplet: 0B, 20 and 0F. RGB value is (11,32,15). Sum of RGB (Red+Green+Blue) = 11+32+15=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #0B200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B200F is #F4DFF0. Grayscale: #171717. Windows color (decimal): -16048113 or 991243. OLE color: 991243.

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

Color convert

RGB113215-
CMYK0.6600.530.87
HSL131.43º48.84%8.43%-
HSV(B)131.43º65.62%12.55%-
XYZ0.741.140.63-
YUV23.78123.04118.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.97%
GREEN value IS 32 (12.89% from 255) = 55.17%
BLUE value IS 15 (6.25% from 255) = 25.86%
R=18.97%
G=55.17%
B=25.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1132150.6600.530.87131.4348.848.43
HexB20F420355783318
Octal1340171020651272036110
Binary10111000001111100001001101011010111100000111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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