Html Css Color HEX #0E2313 Black Bean

📋 copy color: '#0E2313'

red 14 ◦ green 35 ◦ blue 19

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

Shades of Black Bean #0E2313

Tints of Black Bean #0E2313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 51.47%

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

R = 20.59%
G = 51.47%
B = 27.94%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#0E2313 (or 0x0E2313) is known color: Black Bean. HEX triplet: 0E, 23 and 13. RGB value is (14,35,19). Sum of RGB (Red+Green+Blue) = 14+35+19=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #0E2313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2313 is #F1DCEC. Grayscale: #1A1A1A. Windows color (decimal): -15850733 or 1254158. OLE color: 1254158.

HSL color Cylindrical-coordinate representation of color #0E2313: hue angle of 134.29º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0E2313 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB 14 35 19 -
CMYK 0.60 0 0.46 0.86
HSL 134.29º 0.43% 0.1% -
HSV(B) 134.29º 0.6% 0.14% -
XYZ 0.9 1.34 0.83 -
YUV 26.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 14 35 19 0.60 0 0.46 0.86 134.29 0.43 0.1
Hex E 23 13 3C 0 2E 56 86 2B A
Octal 16 43 23 74 0 56 126 206 53 12
Binary 1110 100011 10011 111100 0 101110 1010110 10000110 101011 1010

Color Harmonies of #0E2313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2313

Black with #0E2313

Text Example


Text Example

White with #0E2313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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