Html Css Color HEX #0E1B0F Black Bean

📋 copy color: '#0E1B0F'

red 14 ◦ green 27 ◦ blue 15

#0E1B0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #0E1B0F

Tints of Black Bean #0E1B0F

RGB

 RED value IS 14 (5.86% from 255) = 25%

 GREEN value IS 27 (10.94% from 255) = 48.21%

 BLUE value IS 15 (6.25% from 255) = 26.79%

R = 25%
G = 48.21%
B = 26.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.89

RGB Variations

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

Color information

#0E1B0F (or 0x0E1B0F) is known color: Black Bean. HEX triplet: 0E, 1B and 0F. RGB value is (14,27,15). Sum of RGB (Red+Green+Blue) = 14+27+15=56 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 27 - color contains mainly: green. Hex color #0E1B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1B0F is #F1E4F0. Grayscale: #151515. Windows color (decimal): -15852785 or 989966. OLE color: 989966.

HSL color Cylindrical-coordinate representation of color #0E1B0F: hue angle of 124.62º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0E1B0F is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 27 15 -
CMYK 0.48 0 0.44 0.89
HSL 124.62º 0.32% 0.08% -
HSV(B) 124.62º 0.48% 0.11% -
XYZ 0.66 0.91 0.59 -
YUV 21.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 14 27 15 0.48 0 0.44 0.89 124.62 0.32 0.08
Hex E 1B F 30 0 2C 59 7D 20 8
Octal 16 33 17 60 0 54 131 175 40 10
Binary 1110 11011 1111 110000 0 101100 1011001 1111101 100000 1000

Color Harmonies of #0E1B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1B0F

Black with #0E1B0F

Text Example


Text Example

White with #0E1B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E1B0F;
 }
 .AnyTagClassName
 {
   color: #0E1B0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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