Html Css Color HEX #132615 Black Bean

📋 copy color: '#132615'

red 19 ◦ green 38 ◦ blue 21

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

Shades of Black Bean #132615

Tints of Black Bean #132615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 48.72%

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

R = 24.36%
G = 48.72%
B = 26.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.45

 K value IS 0.85

RGB Variations

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

Color information

#132615 (or 0x132615) is known color: Black Bean. HEX triplet: 13, 26 and 15. RGB value is (19,38,21). Sum of RGB (Red+Green+Blue) = 19+38+21=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #132615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132615 is #ECD9EA. Grayscale: #1E1E1E. Windows color (decimal): -15522283 or 1386003. OLE color: 1386003.

HSL color Cylindrical-coordinate representation of color #132615: hue angle of 126.32º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132615 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 38 21 -
CMYK 0.50 0 0.45 0.85
HSL 126.32º 0.33% 0.11% -
HSV(B) 126.32º 0.5% 0.15% -
XYZ 1.1 1.58 0.96 -
YUV 30.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 19 38 21 0.50 0 0.45 0.85 126.32 0.33 0.11
Hex 13 26 15 32 0 2D 55 7E 21 B
Octal 23 46 25 62 0 55 125 176 41 13
Binary 10011 100110 10101 110010 0 101101 1010101 1111110 100001 1011

Color Harmonies of #132615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132615

Black with #132615

Text Example


Text Example

White with #132615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132615; }

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

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

background-color css

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

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

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

border-color css

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

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

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