Html Css Color HEX #0E150F Black Bean

📋 copy color: '#0E150F'

red 14 ◦ green 21 ◦ blue 15

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

Shades of Black Bean #0E150F

Tints of Black Bean #0E150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 42%

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

R = 28%
G = 42%
B = 30%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.92

RGB Variations

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

Color information

#0E150F (or 0x0E150F) is known color: Black Bean. HEX triplet: 0E, 15 and 0F. RGB value is (14,21,15). Sum of RGB (Red+Green+Blue) = 14+21+15=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #0E150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E150F is #F1EAF0. Grayscale: #121212. Windows color (decimal): -15854321 or 988430. OLE color: 988430.

HSL color Cylindrical-coordinate representation of color #0E150F: hue angle of 128.57º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0E150F is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 21 15 -
CMYK 0.33 0 0.29 0.92
HSL 128.57º 0.2% 0.07% -
HSV(B) 128.57º 0.33% 0.08% -
XYZ 0.54 0.66 0.55 -
YUV 18.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 14 21 15 0.33 0 0.29 0.92 128.57 0.2 0.07
Hex E 15 F 21 0 1D 5C 81 14 7
Octal 16 25 17 41 0 35 134 201 24 7
Binary 1110 10101 1111 100001 0 11101 1011100 10000001 10100 111

Color Harmonies of #0E150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E150F

Black with #0E150F

Text Example


Text Example

White with #0E150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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