#18381C

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

Shades of Black Bean #18381C

Tints of Black Bean #18381C

Color information

#18381C (or 0x18381C) is unknown color: approx Black Bean. HEX triplet: 18, 38 and 1C. RGB value is (24,56,28). Sum of RGB (Red+Green+Blue) = 24+56+28=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #18381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18381C is #E7C7E3. Grayscale: #2B2B2B. Windows color (decimal): -15189988 or 1849368. OLE color: 1849368.

HSL color Cylindrical-coordinate representation of color #18381C: hue angle of 127.5º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #18381C is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB245628-
CMYK0.5700.500.78
HSL127.5º40%15.69%-
HSV(B)127.5º57.14%21.96%-
XYZ23.111.59-
YUV43.24119.4114.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.22%
GREEN value IS 56 (22.27% from 255) = 51.85%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=22.22%
G=51.85%
B=25.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2456280.5700.500.78127.54015.69
Hex18381C390324E802810
Octal307034710621162005020
Binary1100011100011100111001011001010011101000000010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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