#0E1E13

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

Shades of Black Bean #0E1E13

Tints of Black Bean #0E1E13

Color information

#0E1E13 (or 0x0E1E13) is unknown color: approx Black Bean. HEX triplet: 0E, 1E and 13. RGB value is (14,30,19). Sum of RGB (Red+Green+Blue) = 14+30+19=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E13 is #F1E1EC. Grayscale: #171717. Windows color (decimal): -15852013 or 1252878. OLE color: 1252878.

HSL color Cylindrical-coordinate representation of color #0E1E13: hue angle of 138.75º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0E1E13 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.

Color convert

RGB143019-
CMYK0.5300.370.88
HSL138.75º36.36%8.63%-
HSV(B)138.75º53.33%11.76%-
XYZ0.761.070.78-
YUV23.96125.2120.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.22%
GREEN value IS 30 (12.11% from 255) = 47.62%
BLUE value IS 19 (7.81% from 255) = 30.16%
R=22.22%
G=47.62%
B=30.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1430190.5300.370.88138.7536.368.63
HexE1E1335025588b249
Octal163623650451302134411
Binary1110111101001111010101001011011000100010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,30,19); }

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

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

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

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

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

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

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