Html Css Color HEX #132715 Black Bean

📋 copy color: '#132715'

red 19 ◦ green 39 ◦ blue 21

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

Shades of Black Bean #132715

Tints of Black Bean #132715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 49.37%

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

R = 24.05%
G = 49.37%
B = 26.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#132715 (or 0x132715) is known color: Black Bean. HEX triplet: 13, 27 and 15. RGB value is (19,39,21). Sum of RGB (Red+Green+Blue) = 19+39+21=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #132715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132715 is #ECD8EA. Grayscale: #1F1F1F. Windows color (decimal): -15522027 or 1386259. OLE color: 1386259.

HSL color Cylindrical-coordinate representation of color #132715: hue angle of 126º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132715 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 39 21 -
CMYK 0.51 0 0.46 0.85
HSL 126º 0.34% 0.11% -
HSV(B) 126º 0.51% 0.15% -
XYZ 1.13 1.64 0.97 -
YUV 30.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 19 39 21 0.51 0 0.46 0.85 126 0.34 0.11
Hex 13 27 15 33 0 2E 55 7E 22 B
Octal 23 47 25 63 0 56 125 176 42 13
Binary 10011 100111 10101 110011 0 101110 1010101 1111110 100010 1011

Color Harmonies of #132715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132715

Black with #132715

Text Example


Text Example

White with #132715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132715; }

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

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

background-color css

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

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

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

border-color css

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

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

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