Html Css Color HEX #0E2611 Black Bean

📋 copy color: '#0E2611'

red 14 ◦ green 38 ◦ blue 17

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

Shades of Black Bean #0E2611

Tints of Black Bean #0E2611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 55.07%

 BLUE value IS 17 (7.03% from 255) = 24.64%

R = 20.29%
G = 55.07%
B = 24.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.85

RGB Variations

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

Color information

#0E2611 (or 0x0E2611) is known color: Black Bean. HEX triplet: 0E, 26 and 11. RGB value is (14,38,17). Sum of RGB (Red+Green+Blue) = 14+38+17=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2611 is #F1D9EE. Grayscale: #1C1C1C. Windows color (decimal): -15849967 or 1123854. OLE color: 1123854.

HSL color Cylindrical-coordinate representation of color #0E2611: hue angle of 127.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0E2611 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.85.

Color convert

RGB 14 38 17 -
CMYK 0.63 0 0.55 0.85
HSL 127.5º 0.46% 0.1% -
HSV(B) 127.5º 0.63% 0.15% -
XYZ 0.98 1.52 0.77 -
YUV 28.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 14 38 17 0.63 0 0.55 0.85 127.5 0.46 0.1
Hex E 26 11 3F 0 37 55 80 2E A
Octal 16 46 21 77 0 67 125 200 56 12
Binary 1110 100110 10001 111111 0 110111 1010101 10000000 101110 1010

Color Harmonies of #0E2611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2611

Black with #0E2611

Text Example


Text Example

White with #0E2611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,38,17); }

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

background-color css

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

 a { background-color: rgb(14,38,17); }

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

border-color css

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

 span { border-color: rgb(14,38,17); }

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