Html Css Color HEX #18271D Black Bean

📋 copy color: '#18271D'

red 24 ◦ green 39 ◦ blue 29

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

Shades of Black Bean #18271D

Tints of Black Bean #18271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 42.39%

 BLUE value IS 29 (11.72% from 255) = 31.52%

R = 26.09%
G = 42.39%
B = 31.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#18271D (or 0x18271D) is known color: Black Bean. HEX triplet: 18, 27 and 1D. RGB value is (24,39,29). Sum of RGB (Red+Green+Blue) = 24+39+29=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 39 - color contains mainly: green. Hex color #18271D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18271D is #E7D8E2. Grayscale: #212121. Windows color (decimal): -15194339 or 1910552. OLE color: 1910552.

HSL color Cylindrical-coordinate representation of color #18271D: hue angle of 140º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #18271D is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 39 29 -
CMYK 0.38 0 0.26 0.85
HSL 140º 0.24% 0.12% -
HSV(B) 140º 0.38% 0.15% -
XYZ 1.32 1.73 1.43 -
YUV 33.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 24 39 29 0.38 0 0.26 0.85 140 0.24 0.12
Hex 18 27 1D 26 0 1A 55 8C 18 C
Octal 30 47 35 46 0 32 125 214 30 14
Binary 11000 100111 11101 100110 0 11010 1010101 10001100 11000 1100

Color Harmonies of #18271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18271D

Black with #18271D

Text Example


Text Example

White with #18271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18271D; }

 p { color: rgb(24,39,29); }

 H1.HeaderClassName
 {
   color: #18271D;
 }
 .AnyTagClassName
 {
   color: #18271D;
 }
</style>

background-color css

<style>
 a { background-color: #18271D; }

 a { background-color: rgb(24,39,29); }

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

border-color css

<style>
 span { border-color: #18271D; }

 span { border-color: rgb(24,39,29); }

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