Html Css Color HEX #132D18 Black Bean

📋 copy color: '#132D18'

red 19 ◦ green 45 ◦ blue 24

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

Shades of Black Bean #132D18

Tints of Black Bean #132D18

RGB

 RED value IS 19 (7.81% from 255) = 21.59%

 GREEN value IS 45 (17.97% from 255) = 51.14%

 BLUE value IS 24 (9.77% from 255) = 27.27%

R = 21.59%
G = 51.14%
B = 27.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.82

RGB Variations

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

Color information

#132D18 (or 0x132D18) is known color: Black Bean. HEX triplet: 13, 2D and 18. RGB value is (19,45,24). Sum of RGB (Red+Green+Blue) = 19+45+24=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 45 (17.97% from 255 or 51.14% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 45 - color contains mainly: green. Hex color #132D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132D18 is #ECD2E7. Grayscale: #222222. Windows color (decimal): -15520488 or 1584403. OLE color: 1584403.

HSL color Cylindrical-coordinate representation of color #132D18: hue angle of 131.54º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #132D18 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 45 24 -
CMYK 0.58 0 0.47 0.82
HSL 131.54º 0.41% 0.13% -
HSV(B) 131.54º 0.58% 0.18% -
XYZ 1.37 2.08 1.19 -
YUV 34.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 19 45 24 0.58 0 0.47 0.82 131.54 0.41 0.13
Hex 13 2D 18 3A 0 2F 52 84 29 D
Octal 23 55 30 72 0 57 122 204 51 15
Binary 10011 101101 11000 111010 0 101111 1010010 10000100 101001 1101

Color Harmonies of #132D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D18

Black with #132D18

Text Example


Text Example

White with #132D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132D18; }

 p { color: rgb(19,45,24); }

 H1.HeaderClassName
 {
   color: #132D18;
 }
 .AnyTagClassName
 {
   color: #132D18;
 }
</style>

background-color css

<style>
 a { background-color: #132D18; }

 a { background-color: rgb(19,45,24); }

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

border-color css

<style>
 span { border-color: #132D18; }

 span { border-color: rgb(19,45,24); }

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