Html Css Color HEX #18301A Black Bean

📋 copy color: '#18301A'

red 24 ◦ green 48 ◦ blue 26

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

Shades of Black Bean #18301A

Tints of Black Bean #18301A

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 value IS 0.5

 M value IS 0

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#18301A (or 0x18301A) is known color: 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

RGB 24 48 26 -
CMYK 0.5 0 0.46 0.81
HSL 125º 0.33% 0.14% -
HSV(B) 125º 0.5% 0.19% -
XYZ 1.62 2.38 1.35 -
YUV 38.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 24 48 26 0.5 0 0.46 0.81 125 0.33 0.14
Hex 18 30 1A 32 0 2E 51 7D 21 E
Octal 30 60 32 62 0 56 121 175 41 16
Binary 11000 110000 11010 110010 0 101110 1010001 1111101 100001 1110

Color Harmonies of #18301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18301A

Black with #18301A

Text Example


Text Example

White with #18301A

Text Example


Text Example

HTML Codes & Css Web 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>