Html Css Color HEX #18341D Black Bean

📋 copy color: '#18341D'

red 24 ◦ green 52 ◦ blue 29

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

Shades of Black Bean #18341D

Tints of Black Bean #18341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.52%

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

R = 22.86%
G = 49.52%
B = 27.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#18341D (or 0x18341D) is known color: Black Bean. HEX triplet: 18, 34 and 1D. RGB value is (24,52,29). Sum of RGB (Red+Green+Blue) = 24+52+29=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #18341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18341D is #E7CBE2. Grayscale: #292929. Windows color (decimal): -15191011 or 1913880. OLE color: 1913880.

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

Color convert

RGB 24 52 29 -
CMYK 0.54 0 0.44 0.80
HSL 130.71º 0.37% 0.15% -
HSV(B) 130.71º 0.54% 0.2% -
XYZ 1.83 2.74 1.59 -
YUV 41.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 24 52 29 0.54 0 0.44 0.80 130.71 0.37 0.15
Hex 18 34 1D 36 0 2C 50 83 25 F
Octal 30 64 35 66 0 54 120 203 45 17
Binary 11000 110100 11101 110110 0 101100 1010000 10000011 100101 1111

Color Harmonies of #18341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18341D

Black with #18341D

Text Example


Text Example

White with #18341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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