#0E200E

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

Shades of Black Bean #0E200E

Tints of Black Bean #0E200E

Color information

#0E200E (or 0x0E200E) is unknown color: approx Black Bean. HEX triplet: 0E, 20 and 0E. RGB value is (14,32,14). Sum of RGB (Red+Green+Blue) = 14+32+14=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #0E200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E200E is #F1DFF1. Grayscale: #181818. Windows color (decimal): -15851506 or 925710. OLE color: 925710.

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

Color convert

RGB143214-
CMYK0.5600.560.87
HSL120º39.13%9.02%-
HSV(B)120º56.25%12.55%-
XYZ0.781.160.6-
YUV24.57122.04120.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 23.33%
GREEN value IS 32 (12.89% from 255) = 53.33%
BLUE value IS 14 (5.86% from 255) = 23.33%
R=23.33%
G=53.33%
B=23.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1432140.5600.560.8712039.139.02
HexE20E380385778279
Octal164016700701271704711
Binary111010000011101110000111000101011111110001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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