Html Css Color HEX #0E1D0F Black Bean

📋 copy color: '#0E1D0F'

red 14 ◦ green 29 ◦ blue 15

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

Shades of Black Bean #0E1D0F

Tints of Black Bean #0E1D0F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 50%

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

R = 24.14%
G = 50%
B = 25.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#0E1D0F (or 0x0E1D0F) is known color: Black Bean. HEX triplet: 0E, 1D and 0F. RGB value is (14,29,15). Sum of RGB (Red+Green+Blue) = 14+29+15=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 29 (11.72% from 255 or 50% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1D0F is #F1E2F0. Grayscale: #161616. Windows color (decimal): -15852273 or 990478. OLE color: 990478.

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

Color convert

RGB 14 29 15 -
CMYK 0.52 0 0.48 0.89
HSL 124º 0.35% 0.08% -
HSV(B) 124º 0.52% 0.11% -
XYZ 0.71 1.01 0.61 -
YUV 22.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 14 29 15 0.52 0 0.48 0.89 124 0.35 0.08
Hex E 1D F 34 0 30 59 7C 23 8
Octal 16 35 17 64 0 60 131 174 43 10
Binary 1110 11101 1111 110100 0 110000 1011001 1111100 100011 1000

Color Harmonies of #0E1D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1D0F

Black with #0E1D0F

Text Example


Text Example

White with #0E1D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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