Html Css Color HEX #18381C Black Bean

📋 copy color: '#18381C'

red 24 ◦ green 56 ◦ blue 28

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

Shades of Black Bean #18381C

Tints of Black Bean #18381C

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 value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#18381C (or 0x18381C) is known color: 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

RGB 24 56 28 -
CMYK 0.57 0 0.50 0.78
HSL 127.5º 0.4% 0.16% -
HSV(B) 127.5º 0.57% 0.22% -
XYZ 2 3.11 1.59 -
YUV 43.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 24 56 28 0.57 0 0.50 0.78 127.5 0.4 0.16
Hex 18 38 1C 39 0 32 4E 80 28 10
Octal 30 70 34 71 0 62 116 200 50 20
Binary 11000 111000 11100 111001 0 110010 1001110 10000000 101000 10000

Color Harmonies of #18381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18381C

Black with #18381C

Text Example


Text Example

White with #18381C

Text Example


Text Example

HTML Codes & Css Web 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>