Html Css Color HEX #18321D Black Bean

📋 copy color: '#18321D'

red 24 ◦ green 50 ◦ blue 29

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

Shades of Black Bean #18321D

Tints of Black Bean #18321D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 28.16%

R = 23.3%
G = 48.54%
B = 28.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#18321D (or 0x18321D) is known color: Black Bean. HEX triplet: 18, 32 and 1D. RGB value is (24,50,29). Sum of RGB (Red+Green+Blue) = 24+50+29=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #18321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18321D is #E7CDE2. Grayscale: #272727. Windows color (decimal): -15191523 or 1913368. OLE color: 1913368.

HSL color Cylindrical-coordinate representation of color #18321D: hue angle of 131.54º 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 #18321D is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 50 29 -
CMYK 0.52 0 0.42 0.80
HSL 131.54º 0.35% 0.15% -
HSV(B) 131.54º 0.52% 0.2% -
XYZ 1.74 2.56 1.57 -
YUV 39.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 24 50 29 0.52 0 0.42 0.80 131.54 0.35 0.15
Hex 18 32 1D 34 0 2A 50 84 23 F
Octal 30 62 35 64 0 52 120 204 43 17
Binary 11000 110010 11101 110100 0 101010 1010000 10000100 100011 1111

Color Harmonies of #18321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18321D

Black with #18321D

Text Example


Text Example

White with #18321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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