#0E1F0F

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

Shades of Black Bean #0E1F0F

Tints of Black Bean #0E1F0F

Color information

#0E1F0F (or 0x0E1F0F) is unknown color: approx Black Bean. HEX triplet: 0E, 1F and 0F. RGB value is (14,31,15). Sum of RGB (Red+Green+Blue) = 14+31+15=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F0F is #F1E0F0. Grayscale: #181818. Windows color (decimal): -15851761 or 990990. OLE color: 990990.

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

Color convert

RGB143115-
CMYK0.5500.520.88
HSL123.53º37.78%8.82%-
HSV(B)123.53º54.84%12.16%-
XYZ0.761.110.63-
YUV24.09122.87120.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 23.33%
GREEN value IS 31 (12.5% from 255) = 51.67%
BLUE value IS 15 (6.25% from 255) = 25%
R=23.33%
G=51.67%
B=25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1431150.5500.520.88123.5337.788.82
HexE1FF37034587c269
Octal163717670641301744611
Binary11101111111111101110110100101100011111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,31,15); }

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

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

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

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

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

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

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