Html Css Color HEX #132B15 Black Bean

📋 copy color: '#132B15'

red 19 ◦ green 43 ◦ blue 21

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

Shades of Black Bean #132B15

Tints of Black Bean #132B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 51.81%

 BLUE value IS 21 (8.59% from 255) = 25.3%

R = 22.89%
G = 51.81%
B = 25.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.83

RGB Variations

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

Color information

#132B15 (or 0x132B15) is known color: Black Bean. HEX triplet: 13, 2B and 15. RGB value is (19,43,21). Sum of RGB (Red+Green+Blue) = 19+43+21=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 43 (17.19% from 255 or 51.81% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 43 - color contains mainly: green. Hex color #132B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132B15 is #ECD4EA. Grayscale: #212121. Windows color (decimal): -15521003 or 1387283. OLE color: 1387283.

HSL color Cylindrical-coordinate representation of color #132B15: hue angle of 125º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132B15 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 43 21 -
CMYK 0.56 0 0.51 0.83
HSL 125º 0.39% 0.12% -
HSV(B) 125º 0.56% 0.17% -
XYZ 1.27 1.92 1.01 -
YUV 33.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 19 43 21 0.56 0 0.51 0.83 125 0.39 0.12
Hex 13 2B 15 38 0 33 53 7D 27 C
Octal 23 53 25 70 0 63 123 175 47 14
Binary 10011 101011 10101 111000 0 110011 1010011 1111101 100111 1100

Color Harmonies of #132B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B15

Black with #132B15

Text Example


Text Example

White with #132B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,43,21); }

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

background-color css

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

 a { background-color: rgb(19,43,21); }

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

border-color css

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

 span { border-color: rgb(19,43,21); }

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