Html Css Color HEX #18281A Black Bean

📋 copy color: '#18281A'

red 24 ◦ green 40 ◦ blue 26

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

Shades of Black Bean #18281A

Tints of Black Bean #18281A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 28.89%

R = 26.67%
G = 44.44%
B = 28.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.84

RGB Variations

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

Color information

#18281A (or 0x18281A) is known color: Black Bean. HEX triplet: 18, 28 and 1A. RGB value is (24,40,26). Sum of RGB (Red+Green+Blue) = 24+40+26=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 40 - color contains mainly: green. Hex color #18281A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18281A is #E7D7E5. Grayscale: #212121. Windows color (decimal): -15194086 or 1714200. OLE color: 1714200.

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

Color convert

RGB 24 40 26 -
CMYK 0.40 0 0.35 0.84
HSL 127.5º 0.25% 0.13% -
HSV(B) 127.5º 0.4% 0.16% -
XYZ 1.32 1.79 1.25 -
YUV 33.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 24 40 26 0.40 0 0.35 0.84 127.5 0.25 0.13
Hex 18 28 1A 28 0 23 54 80 19 D
Octal 30 50 32 50 0 43 124 200 31 15
Binary 11000 101000 11010 101000 0 100011 1010100 10000000 11001 1101

Color Harmonies of #18281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18281A

Black with #18281A

Text Example


Text Example

White with #18281A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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