Html Css Color HEX #18281C Black Bean

📋 copy color: '#18281C'

red 24 ◦ green 40 ◦ blue 28

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

Shades of Black Bean #18281C

Tints of Black Bean #18281C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 43.48%

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

R = 26.09%
G = 43.48%
B = 30.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.84

RGB Variations

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

Color information

#18281C (or 0x18281C) is known color: Black Bean. HEX triplet: 18, 28 and 1C. RGB value is (24,40,28). Sum of RGB (Red+Green+Blue) = 24+40+28=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 40 (16.02% from 255 or 43.48% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 40 - color contains mainly: green. Hex color #18281C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18281C is #E7D7E3. Grayscale: #212121. Windows color (decimal): -15194084 or 1845272. OLE color: 1845272.

HSL color Cylindrical-coordinate representation of color #18281C: hue angle of 135º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #18281C is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 40 28 -
CMYK 0.40 0 0.30 0.84
HSL 135º 0.25% 0.13% -
HSV(B) 135º 0.4% 0.16% -
XYZ 1.35 1.8 1.37 -
YUV 33.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 24 40 28 0.40 0 0.30 0.84 135 0.25 0.13
Hex 18 28 1C 28 0 1E 54 87 19 D
Octal 30 50 34 50 0 36 124 207 31 15
Binary 11000 101000 11100 101000 0 11110 1010100 10000111 11001 1101

Color Harmonies of #18281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18281C

Black with #18281C

Text Example


Text Example

White with #18281C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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