Html Css Color HEX #0E270F Black Bean

📋 copy color: '#0E270F'

red 14 ◦ green 39 ◦ blue 15

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

Shades of Black Bean #0E270F

Tints of Black Bean #0E270F

RGB

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

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

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

R = 20.59%
G = 57.35%
B = 22.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#0E270F (or 0x0E270F) is known color: Black Bean. HEX triplet: 0E, 27 and 0F. RGB value is (14,39,15). Sum of RGB (Red+Green+Blue) = 14+39+15=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #0E270F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E270F is #F1D8F0. Grayscale: #1C1C1C. Windows color (decimal): -15849713 or 993038. OLE color: 993038.

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

Color convert

RGB 14 39 15 -
CMYK 0.64 0 0.62 0.85
HSL 122.4º 0.47% 0.1% -
HSV(B) 122.4º 0.64% 0.15% -
XYZ 0.99 1.58 0.7 -
YUV 28.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 14 39 15 0.64 0 0.62 0.85 122.4 0.47 0.1
Hex E 27 F 40 0 3E 55 7A 2F A
Octal 16 47 17 100 0 76 125 172 57 12
Binary 1110 100111 1111 1000000 0 111110 1010101 1111010 101111 1010

Color Harmonies of #0E270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E270F

Black with #0E270F

Text Example


Text Example

White with #0E270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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