Html Css Color HEX #0E240F Black Bean

📋 copy color: '#0E240F'

red 14 ◦ green 36 ◦ blue 15

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

Shades of Black Bean #0E240F

Tints of Black Bean #0E240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 55.38%

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

R = 21.54%
G = 55.38%
B = 23.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#0E240F (or 0x0E240F) is known color: Black Bean. HEX triplet: 0E, 24 and 0F. RGB value is (14,36,15). Sum of RGB (Red+Green+Blue) = 14+36+15=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 36 (14.45% from 255 or 55.38% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 36 - color contains mainly: green. Hex color #0E240F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E240F is #F1DBF0. Grayscale: #1B1B1B. Windows color (decimal): -15850481 or 992270. OLE color: 992270.

HSL color Cylindrical-coordinate representation of color #0E240F: hue angle of 122.73º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0E240F is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB 14 36 15 -
CMYK 0.61 0 0.58 0.86
HSL 122.73º 0.44% 0.1% -
HSV(B) 122.73º 0.61% 0.14% -
XYZ 0.9 1.39 0.67 -
YUV 27.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 14 36 15 0.61 0 0.58 0.86 122.73 0.44 0.1
Hex E 24 F 3D 0 3A 56 7B 2C A
Octal 16 44 17 75 0 72 126 173 54 12
Binary 1110 100100 1111 111101 0 111010 1010110 1111011 101100 1010

Color Harmonies of #0E240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E240F

Black with #0E240F

Text Example


Text Example

White with #0E240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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