Html Css Color HEX #18331D Black Bean

📋 copy color: '#18331D'

red 24 ◦ green 51 ◦ blue 29

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

Shades of Black Bean #18331D

Tints of Black Bean #18331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.04%

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

R = 23.08%
G = 49.04%
B = 27.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#18331D (or 0x18331D) is known color: Black Bean. HEX triplet: 18, 33 and 1D. RGB value is (24,51,29). Sum of RGB (Red+Green+Blue) = 24+51+29=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #18331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18331D is #E7CCE2. Grayscale: #282828. Windows color (decimal): -15191267 or 1913624. OLE color: 1913624.

HSL color Cylindrical-coordinate representation of color #18331D: hue angle of 131.11º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #18331D is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 24 51 29 -
CMYK 0.53 0 0.43 0.8
HSL 131.11º 0.36% 0.15% -
HSV(B) 131.11º 0.53% 0.2% -
XYZ 1.78 2.65 1.58 -
YUV 40.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 24 51 29 0.53 0 0.43 0.8 131.11 0.36 0.15
Hex 18 33 1D 35 0 2B 50 83 24 F
Octal 30 63 35 65 0 53 120 203 44 17
Binary 11000 110011 11101 110101 0 101011 1010000 10000011 100100 1111

Color Harmonies of #18331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18331D

Black with #18331D

Text Example


Text Example

White with #18331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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