Html Css Color HEX #0E2613 Black Bean

📋 copy color: '#0E2613'

red 14 ◦ green 38 ◦ blue 19

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

Shades of Black Bean #0E2613

Tints of Black Bean #0E2613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.76%

R = 19.72%
G = 53.52%
B = 26.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#0E2613 (or 0x0E2613) is known color: Black Bean. HEX triplet: 0E, 26 and 13. RGB value is (14,38,19). Sum of RGB (Red+Green+Blue) = 14+38+19=71 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.72% from 71); Green value is 38 (15.23% from 255 or 53.52% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2613 is #F1D9EC. Grayscale: #1C1C1C. Windows color (decimal): -15849965 or 1254926. OLE color: 1254926.

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

Color convert

RGB 14 38 19 -
CMYK 0.63 0 0.50 0.85
HSL 132.5º 0.46% 0.1% -
HSV(B) 132.5º 0.63% 0.15% -
XYZ 0.99 1.53 0.86 -
YUV 28.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 14 38 19 0.63 0 0.50 0.85 132.5 0.46 0.1
Hex E 26 13 3F 0 32 55 84 2E A
Octal 16 46 23 77 0 62 125 204 56 12
Binary 1110 100110 10011 111111 0 110010 1010101 10000100 101110 1010

Color Harmonies of #0E2613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2613

Black with #0E2613

Text Example


Text Example

White with #0E2613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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