Html Css Color HEX #18311E Black Bean

📋 copy color: '#18311E'

red 24 ◦ green 49 ◦ blue 30

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

Shades of Black Bean #18311E

Tints of Black Bean #18311E

RGB

 RED value IS 24 (9.77% from 255) = 23.3%

 GREEN value IS 49 (19.53% from 255) = 47.57%

 BLUE value IS 30 (12.11% from 255) = 29.13%

R = 23.3%
G = 47.57%
B = 29.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.39

 K value IS 0.81

RGB Variations

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

Color information

#18311E (or 0x18311E) is known color: Black Bean. HEX triplet: 18, 31 and 1E. RGB value is (24,49,30). Sum of RGB (Red+Green+Blue) = 24+49+30=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #18311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18311E is #E7CEE1. Grayscale: #272727. Windows color (decimal): -15191778 or 1978648. OLE color: 1978648.

HSL color Cylindrical-coordinate representation of color #18311E: hue angle of 134.4º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #18311E is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 49 30 -
CMYK 0.51 0 0.39 0.81
HSL 134.4º 0.34% 0.14% -
HSV(B) 134.4º 0.51% 0.19% -
XYZ 1.71 2.48 1.62 -
YUV 39.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 24 49 30 0.51 0 0.39 0.81 134.4 0.34 0.14
Hex 18 31 1E 33 0 27 51 86 22 E
Octal 30 61 36 63 0 47 121 206 42 16
Binary 11000 110001 11110 110011 0 100111 1010001 10000110 100010 1110

Color Harmonies of #18311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18311E

Black with #18311E

Text Example


Text Example

White with #18311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18311E; }

 p { color: rgb(24,49,30); }

 H1.HeaderClassName
 {
   color: #18311E;
 }
 .AnyTagClassName
 {
   color: #18311E;
 }
</style>

background-color css

<style>
 a { background-color: #18311E; }

 a { background-color: rgb(24,49,30); }

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

border-color css

<style>
 span { border-color: #18311E; }

 span { border-color: rgb(24,49,30); }

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