Html Css Color HEX #0E200E Black Bean

📋 copy color: '#0E200E'

red 14 ◦ green 32 ◦ blue 14

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

Shades of Black Bean #0E200E

Tints of Black Bean #0E200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 53.33%

 BLUE value IS 14 (5.86% from 255) = 23.33%

R = 23.33%
G = 53.33%
B = 23.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#0E200E (or 0x0E200E) is known color: Black Bean. HEX triplet: 0E, 20 and 0E. RGB value is (14,32,14). Sum of RGB (Red+Green+Blue) = 14+32+14=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #0E200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E200E is #F1DFF1. Grayscale: #181818. Windows color (decimal): -15851506 or 925710. OLE color: 925710.

HSL color Cylindrical-coordinate representation of color #0E200E: hue angle of 120º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0E200E is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB 14 32 14 -
CMYK 0.56 0 0.56 0.87
HSL 120º 0.39% 0.09% -
HSV(B) 120º 0.56% 0.13% -
XYZ 0.78 1.16 0.6 -
YUV 24.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 14 32 14 0.56 0 0.56 0.87 120 0.39 0.09
Hex E 20 E 38 0 38 57 78 27 9
Octal 16 40 16 70 0 70 127 170 47 11
Binary 1110 100000 1110 111000 0 111000 1010111 1111000 100111 1001

Color Harmonies of #0E200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E200E

Black with #0E200E

Text Example


Text Example

White with #0E200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,32,14); }

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

background-color css

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

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

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

border-color css

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

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

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