Html Css Color HEX #18311C Black Bean

📋 copy color: '#18311C'

red 24 ◦ green 49 ◦ blue 28

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

Shades of Black Bean #18311C

Tints of Black Bean #18311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 27.72%

R = 23.76%
G = 48.51%
B = 27.72%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.81

RGB Variations

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

Color information

#18311C (or 0x18311C) is known color: Black Bean. HEX triplet: 18, 31 and 1C. RGB value is (24,49,28). Sum of RGB (Red+Green+Blue) = 24+49+28=101 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.76% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #18311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18311C is #E7CEE3. Grayscale: #272727. Windows color (decimal): -15191780 or 1847576. OLE color: 1847576.

HSL color Cylindrical-coordinate representation of color #18311C: hue angle of 129.6º 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 #18311C is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 49 28 -
CMYK 0.51 0 0.43 0.81
HSL 129.6º 0.34% 0.14% -
HSV(B) 129.6º 0.51% 0.19% -
XYZ 1.68 2.47 1.49 -
YUV 39.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 24 49 28 0.51 0 0.43 0.81 129.6 0.34 0.14
Hex 18 31 1C 33 0 2B 51 82 22 E
Octal 30 61 34 63 0 53 121 202 42 16
Binary 11000 110001 11100 110011 0 101011 1010001 10000010 100010 1110

Color Harmonies of #18311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18311C

Black with #18311C

Text Example


Text Example

White with #18311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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