#18371C

Color #18371C Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #18371C

Tints of Black Bean #18371C

Color information

#18371C (or 0x18371C) is unknown color: approx Black Bean. HEX triplet: 18, 37 and 1C. RGB value is (24,55,28). Sum of RGB (Red+Green+Blue) = 24+55+28=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #18371C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18371C is #E7C8E3. Grayscale: #2A2A2A. Windows color (decimal): -15190244 or 1849112. OLE color: 1849112.

HSL color Cylindrical-coordinate representation of color #18371C: hue angle of 127.74º 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 #18371C is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB245528-
CMYK0.5600.490.78
HSL127.74º39.24%15.49%-
HSV(B)127.74º56.36%21.57%-
XYZ1.953.011.58-
YUV42.65119.73114.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.43%
GREEN value IS 55 (21.88% from 255) = 51.40%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=22.43%
G=51.40%
B=26.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2455280.5600.490.78127.7439.2415.49
Hex18371C380314E8027f
Octal306734700611162004717
Binary110001101111110011100001100011001110100000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18371C;
 }
 .AnyTagClassName
 {
   color: #18371C;
 }
</style>
background-color css

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

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

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

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

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

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