Html Css Color HEX #18371D Black Bean

📋 copy color: '#18371D'

red 24 ◦ green 55 ◦ blue 29

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

Shades of Black Bean #18371D

Tints of Black Bean #18371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 50.93%

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

R = 22.22%
G = 50.93%
B = 26.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#18371D (or 0x18371D) is known color: Black Bean. HEX triplet: 18, 37 and 1D. RGB value is (24,55,29). Sum of RGB (Red+Green+Blue) = 24+55+29=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #18371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18371D is #E7C8E2. Grayscale: #2A2A2A. Windows color (decimal): -15190243 or 1914648. OLE color: 1914648.

HSL color Cylindrical-coordinate representation of color #18371D: hue angle of 129.68º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18371D is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 55 29 -
CMYK 0.56 0 0.47 0.78
HSL 129.68º 0.39% 0.15% -
HSV(B) 129.68º 0.56% 0.22% -
XYZ 1.96 3.02 1.64 -
YUV 42.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 24 55 29 0.56 0 0.47 0.78 129.68 0.39 0.15
Hex 18 37 1D 38 0 2F 4E 82 27 F
Octal 30 67 35 70 0 57 116 202 47 17
Binary 11000 110111 11101 111000 0 101111 1001110 10000010 100111 1111

Color Harmonies of #18371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18371D

Black with #18371D

Text Example


Text Example

White with #18371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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