Html Css Color HEX #18301B Black Bean

📋 copy color: '#18301B'

red 24 ◦ green 48 ◦ blue 27

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

Shades of Black Bean #18301B

Tints of Black Bean #18301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 48.48%

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

R = 24.24%
G = 48.48%
B = 27.27%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#18301B (or 0x18301B) is known color: Black Bean. HEX triplet: 18, 30 and 1B. RGB value is (24,48,27). Sum of RGB (Red+Green+Blue) = 24+48+27=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #18301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18301B is #E7CFE4. Grayscale: #262626. Windows color (decimal): -15192037 or 1781784. OLE color: 1781784.

HSL color Cylindrical-coordinate representation of color #18301B: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #18301B is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 48 27 -
CMYK 0.5 0 0.44 0.81
HSL 127.5º 0.33% 0.14% -
HSV(B) 127.5º 0.5% 0.19% -
XYZ 1.63 2.39 1.41 -
YUV 38.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 24 48 27 0.5 0 0.44 0.81 127.5 0.33 0.14
Hex 18 30 1B 32 0 2C 51 80 21 E
Octal 30 60 33 62 0 54 121 200 41 16
Binary 11000 110000 11011 110010 0 101100 1010001 10000000 100001 1110

Color Harmonies of #18301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18301B

Black with #18301B

Text Example


Text Example

White with #18301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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