#0E2114

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

Shades of Black Bean #0E2114

Tints of Black Bean #0E2114

Color information

#0E2114 (or 0x0E2114) is unknown color: approx Black Bean. HEX triplet: 0E, 21 and 14. RGB value is (14,33,20). Sum of RGB (Red+Green+Blue) = 14+33+20=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 33 - color contains mainly: green. Hex color #0E2114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2114 is #F1DEEB. Grayscale: #191919. Windows color (decimal): -15851244 or 1319182. OLE color: 1319182.

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

Color convert

RGB143320-
CMYK0.5800.390.87
HSL138.95º40.43%9.22%-
HSV(B)138.95º57.58%12.94%-
XYZ0.851.230.85-
YUV25.84124.71119.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.90%
GREEN value IS 33 (13.28% from 255) = 49.25%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=20.90%
G=49.25%
B=29.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1433200.5800.390.87138.9540.439.22
HexE21143A027578b289
Octal164124720471272135011
Binary11101000011010011101001001111010111100010111010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,33,20); }

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

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

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

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

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

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

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