Html Css Color HEX #18341C Black Bean

📋 copy color: '#18341C'

red 24 ◦ green 52 ◦ blue 28

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

Shades of Black Bean #18341C

Tints of Black Bean #18341C

RGB

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

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

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

R = 23.08%
G = 50%
B = 26.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#18341C (or 0x18341C) is known color: Black Bean. HEX triplet: 18, 34 and 1C. RGB value is (24,52,28). Sum of RGB (Red+Green+Blue) = 24+52+28=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #18341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18341C is #E7CBE3. Grayscale: #282828. Windows color (decimal): -15191012 or 1848344. OLE color: 1848344.

HSL color Cylindrical-coordinate representation of color #18341C: hue angle of 128.57º 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 #18341C is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 52 28 -
CMYK 0.54 0 0.46 0.80
HSL 128.57º 0.37% 0.15% -
HSV(B) 128.57º 0.54% 0.2% -
XYZ 1.81 2.73 1.53 -
YUV 40.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 24 52 28 0.54 0 0.46 0.80 128.57 0.37 0.15
Hex 18 34 1C 36 0 2E 50 81 25 F
Octal 30 64 34 66 0 56 120 201 45 17
Binary 11000 110100 11100 110110 0 101110 1010000 10000001 100101 1111

Color Harmonies of #18341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18341C

Black with #18341C

Text Example


Text Example

White with #18341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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