Html Css Color HEX #0E2710 Black Bean

📋 copy color: '#0E2710'

red 14 ◦ green 39 ◦ blue 16

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

Shades of Black Bean #0E2710

Tints of Black Bean #0E2710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 56.52%

 BLUE value IS 16 (6.64% from 255) = 23.19%

R = 20.29%
G = 56.52%
B = 23.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#0E2710 (or 0x0E2710) is known color: Black Bean. HEX triplet: 0E, 27 and 10. RGB value is (14,39,16). Sum of RGB (Red+Green+Blue) = 14+39+16=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 39 (15.62% from 255 or 56.52% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 39 - color contains mainly: green. Hex color #0E2710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2710 is #F1D8EF. Grayscale: #1C1C1C. Windows color (decimal): -15849712 or 1058574. OLE color: 1058574.

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

Color convert

RGB 14 39 16 -
CMYK 0.64 0 0.59 0.85
HSL 124.8º 0.47% 0.1% -
HSV(B) 124.8º 0.64% 0.15% -
XYZ 1 1.58 0.74 -
YUV 28.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 14 39 16 0.64 0 0.59 0.85 124.8 0.47 0.1
Hex E 27 10 40 0 3B 55 7D 2F A
Octal 16 47 20 100 0 73 125 175 57 12
Binary 1110 100111 10000 1000000 0 111011 1010101 1111101 101111 1010

Color Harmonies of #0E2710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2710

Black with #0E2710

Text Example


Text Example

White with #0E2710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,39,16); }

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

background-color css

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

 a { background-color: rgb(14,39,16); }

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

border-color css

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

 span { border-color: rgb(14,39,16); }

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