Html Css Color HEX #0E2614 Black Bean

📋 copy color: '#0E2614'

red 14 ◦ green 38 ◦ blue 20

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

Shades of Black Bean #0E2614

Tints of Black Bean #0E2614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 27.78%

R = 19.44%
G = 52.78%
B = 27.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.85

RGB Variations

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

Color information

#0E2614 (or 0x0E2614) is known color: Black Bean. HEX triplet: 0E, 26 and 14. RGB value is (14,38,20). Sum of RGB (Red+Green+Blue) = 14+38+20=72 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.44% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2614 is #F1D9EB. Grayscale: #1C1C1C. Windows color (decimal): -15849964 or 1320462. OLE color: 1320462.

HSL color Cylindrical-coordinate representation of color #0E2614: hue angle of 135º 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 #0E2614 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.85.

Color convert

RGB 14 38 20 -
CMYK 0.63 0 0.47 0.85
HSL 135º 0.46% 0.1% -
HSV(B) 135º 0.63% 0.15% -
XYZ 1 1.53 0.9 -
YUV 28.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 14 38 20 0.63 0 0.47 0.85 135 0.46 0.1
Hex E 26 14 3F 0 2F 55 87 2E A
Octal 16 46 24 77 0 57 125 207 56 12
Binary 1110 100110 10100 111111 0 101111 1010101 10000111 101110 1010

Color Harmonies of #0E2614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2614

Black with #0E2614

Text Example


Text Example

White with #0E2614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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