Html Css Color HEX #18331C Black Bean

📋 copy color: '#18331C'

red 24 ◦ green 51 ◦ blue 28

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

Shades of Black Bean #18331C

Tints of Black Bean #18331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.51%

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

R = 23.3%
G = 49.51%
B = 27.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#18331C (or 0x18331C) is known color: Black Bean. HEX triplet: 18, 33 and 1C. RGB value is (24,51,28). Sum of RGB (Red+Green+Blue) = 24+51+28=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #18331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18331C is #E7CCE3. Grayscale: #282828. Windows color (decimal): -15191268 or 1848088. OLE color: 1848088.

HSL color Cylindrical-coordinate representation of color #18331C: hue angle of 128.89º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #18331C is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB 24 51 28 -
CMYK 0.53 0 0.45 0.8
HSL 128.89º 0.36% 0.15% -
HSV(B) 128.89º 0.53% 0.2% -
XYZ 1.77 2.65 1.52 -
YUV 40.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 24 51 28 0.53 0 0.45 0.8 128.89 0.36 0.15
Hex 18 33 1C 35 0 2D 50 81 24 F
Octal 30 63 34 65 0 55 120 201 44 17
Binary 11000 110011 11100 110101 0 101101 1010000 10000001 100100 1111

Color Harmonies of #18331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18331C

Black with #18331C

Text Example


Text Example

White with #18331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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