Html Css Color HEX #18301C Black Bean

📋 copy color: '#18301C'

red 24 ◦ green 48 ◦ blue 28

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

Shades of Black Bean #18301C

Tints of Black Bean #18301C

RGB

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

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

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

R = 24%
G = 48%
B = 28%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.42

 K value IS 0.81

RGB Variations

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

Color information

#18301C (or 0x18301C) is known color: Black Bean. HEX triplet: 18, 30 and 1C. RGB value is (24,48,28). Sum of RGB (Red+Green+Blue) = 24+48+28=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #18301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18301C is #E7CFE3. Grayscale: #262626. Windows color (decimal): -15192036 or 1847320. OLE color: 1847320.

HSL color Cylindrical-coordinate representation of color #18301C: hue angle of 130º 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 #18301C is Cyan = 0.5, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 48 28 -
CMYK 0.5 0 0.42 0.81
HSL 130º 0.33% 0.14% -
HSV(B) 130º 0.5% 0.19% -
XYZ 1.64 2.39 1.47 -
YUV 38.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 24 48 28 0.5 0 0.42 0.81 130 0.33 0.14
Hex 18 30 1C 32 0 2A 51 82 21 E
Octal 30 60 34 62 0 52 121 202 41 16
Binary 11000 110000 11100 110010 0 101010 1010001 10000010 100001 1110

Color Harmonies of #18301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18301C

Black with #18301C

Text Example


Text Example

White with #18301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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