Html Css Color HEX #18271C Black Bean

📋 copy color: '#18271C'

red 24 ◦ green 39 ◦ blue 28

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

Shades of Black Bean #18271C

Tints of Black Bean #18271C

RGB

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

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

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

R = 26.37%
G = 42.86%
B = 30.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.85

RGB Variations

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

Color information

#18271C (or 0x18271C) is known color: Black Bean. HEX triplet: 18, 27 and 1C. RGB value is (24,39,28). Sum of RGB (Red+Green+Blue) = 24+39+28=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #18271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18271C is #E7D8E3. Grayscale: #212121. Windows color (decimal): -15194340 or 1845016. OLE color: 1845016.

HSL color Cylindrical-coordinate representation of color #18271C: hue angle of 136º 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 #18271C is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 39 28 -
CMYK 0.38 0 0.28 0.85
HSL 136º 0.24% 0.12% -
HSV(B) 136º 0.38% 0.15% -
XYZ 1.31 1.73 1.36 -
YUV 33.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 24 39 28 0.38 0 0.28 0.85 136 0.24 0.12
Hex 18 27 1C 26 0 1C 55 88 18 C
Octal 30 47 34 46 0 34 125 210 30 14
Binary 11000 100111 11100 100110 0 11100 1010101 10001000 11000 1100

Color Harmonies of #18271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18271C

Black with #18271C

Text Example


Text Example

White with #18271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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