Html Css Color HEX #18241B Black Bean

📋 copy color: '#18241B'

red 24 ◦ green 36 ◦ blue 27

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

Shades of Black Bean #18241B

Tints of Black Bean #18241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 41.38%

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

R = 27.59%
G = 41.38%
B = 31.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.86

RGB Variations

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

Color information

#18241B (or 0x18241B) is known color: Black Bean. HEX triplet: 18, 24 and 1B. RGB value is (24,36,27). Sum of RGB (Red+Green+Blue) = 24+36+27=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 36 - color contains mainly: green. Hex color #18241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18241B is #E7DBE4. Grayscale: #1F1F1F. Windows color (decimal): -15195109 or 1778712. OLE color: 1778712.

HSL color Cylindrical-coordinate representation of color #18241B: hue angle of 135º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #18241B is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB 24 36 27 -
CMYK 0.33 0 0.25 0.86
HSL 135º 0.2% 0.12% -
HSV(B) 135º 0.33% 0.14% -
XYZ 1.21 1.54 1.27 -
YUV 31.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 24 36 27 0.33 0 0.25 0.86 135 0.2 0.12
Hex 18 24 1B 21 0 19 56 87 14 C
Octal 30 44 33 41 0 31 126 207 24 14
Binary 11000 100100 11011 100001 0 11001 1010110 10000111 10100 1100

Color Harmonies of #18241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18241B

Black with #18241B

Text Example


Text Example

White with #18241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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