#0B200E

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

Shades of Black Bean #0B200E

Tints of Black Bean #0B200E

Color information

#0B200E (or 0x0B200E) is unknown color: approx Black Bean. HEX triplet: 0B, 20 and 0E. RGB value is (11,32,14). Sum of RGB (Red+Green+Blue) = 11+32+14=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #0B200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B200E is #F4DFF1. Grayscale: #171717. Windows color (decimal): -16048114 or 925707. OLE color: 925707.

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

Color convert

RGB113214-
CMYK0.6600.560.87
HSL128.57º48.84%8.43%-
HSV(B)128.57º65.62%12.55%-
XYZ0.731.140.6-
YUV23.67122.54118.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.30%
GREEN value IS 32 (12.89% from 255) = 56.14%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=19.30%
G=56.14%
B=24.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1132140.6600.560.87128.5748.848.43
HexB20E420385781318
Octal1340161020701272016110
Binary10111000001110100001001110001010111100000011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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