Html Css Color HEX #18281B Black Bean

📋 copy color: '#18281B'

red 24 ◦ green 40 ◦ blue 27

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

Shades of Black Bean #18281B

Tints of Black Bean #18281B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 29.67%

R = 26.37%
G = 43.96%
B = 29.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.84

RGB Variations

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

Color information

#18281B (or 0x18281B) is known color: Black Bean. HEX triplet: 18, 28 and 1B. RGB value is (24,40,27). Sum of RGB (Red+Green+Blue) = 24+40+27=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 40 - color contains mainly: green. Hex color #18281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18281B is #E7D7E4. Grayscale: #212121. Windows color (decimal): -15194085 or 1779736. OLE color: 1779736.

HSL color Cylindrical-coordinate representation of color #18281B: hue angle of 131.25º 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 #18281B is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 40 27 -
CMYK 0.40 0 0.33 0.84
HSL 131.25º 0.25% 0.13% -
HSV(B) 131.25º 0.4% 0.16% -
XYZ 1.33 1.79 1.31 -
YUV 33.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 24 40 27 0.40 0 0.33 0.84 131.25 0.25 0.13
Hex 18 28 1B 28 0 21 54 83 19 D
Octal 30 50 33 50 0 41 124 203 31 15
Binary 11000 101000 11011 101000 0 100001 1010100 10000011 11001 1101

Color Harmonies of #18281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18281B

Black with #18281B

Text Example


Text Example

White with #18281B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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