Html Css Color HEX #18321C Black Bean

📋 copy color: '#18321C'

red 24 ◦ green 50 ◦ blue 28

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

Shades of Black Bean #18321C

Tints of Black Bean #18321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 49.02%

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

R = 23.53%
G = 49.02%
B = 27.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#18321C (or 0x18321C) is known color: Black Bean. HEX triplet: 18, 32 and 1C. RGB value is (24,50,28). Sum of RGB (Red+Green+Blue) = 24+50+28=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #18321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18321C is #E7CDE3. Grayscale: #272727. Windows color (decimal): -15191524 or 1847832. OLE color: 1847832.

HSL color Cylindrical-coordinate representation of color #18321C: hue angle of 129.23º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #18321C is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 50 28 -
CMYK 0.52 0 0.44 0.80
HSL 129.23º 0.35% 0.15% -
HSV(B) 129.23º 0.52% 0.2% -
XYZ 1.73 2.56 1.5 -
YUV 39.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 24 50 28 0.52 0 0.44 0.80 129.23 0.35 0.15
Hex 18 32 1C 34 0 2C 50 81 23 F
Octal 30 62 34 64 0 54 120 201 43 17
Binary 11000 110010 11100 110100 0 101100 1010000 10000001 100011 1111

Color Harmonies of #18321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18321C

Black with #18321C

Text Example


Text Example

White with #18321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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