#18301A

Color #18301A Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #18301A

Tints of Black Bean #18301A

Color information

#18301A (or 0x18301A) is unknown color: approx Black Bean. HEX triplet: 18, 30 and 1A. RGB value is (24,48,26). Sum of RGB (Red+Green+Blue) = 24+48+26=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #18301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18301A is #E7CFE5. Grayscale: #262626. Windows color (decimal): -15192038 or 1716248. OLE color: 1716248.

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

Color convert

RGB244826-
CMYK0.500.460.81
HSL125º33.33%14.12%-
HSV(B)125º50%18.82%-
XYZ1.622.381.35-
YUV38.32121.05117.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.49%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=24.49%
G=48.98%
B=26.53%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2448260.500.460.8112533.3314.12
Hex18301A3202E517d21e
Octal306032620561211754116
Binary11000110000110101100100101110101000111111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18301A;
 }
 .AnyTagClassName
 {
   color: #18301A;
 }
</style>
background-color css

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

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

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

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

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

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