Html Css Color HEX #132719 Black Bean

📋 copy color: '#132719'

red 19 ◦ green 39 ◦ blue 25

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

Shades of Black Bean #132719

Tints of Black Bean #132719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 30.12%

R = 22.89%
G = 46.99%
B = 30.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.85

RGB Variations

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

Color information

#132719 (or 0x132719) is known color: Black Bean. HEX triplet: 13, 27 and 19. RGB value is (19,39,25). Sum of RGB (Red+Green+Blue) = 19+39+25=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #132719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132719 is #ECD8E6. Grayscale: #1F1F1F. Windows color (decimal): -15522023 or 1648403. OLE color: 1648403.

HSL color Cylindrical-coordinate representation of color #132719: hue angle of 138º 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 #132719 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 39 25 -
CMYK 0.51 0 0.36 0.85
HSL 138º 0.34% 0.11% -
HSV(B) 138º 0.51% 0.15% -
XYZ 1.17 1.66 1.18 -
YUV 31.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 19 39 25 0.51 0 0.36 0.85 138 0.34 0.11
Hex 13 27 19 33 0 24 55 8A 22 B
Octal 23 47 31 63 0 44 125 212 42 13
Binary 10011 100111 11001 110011 0 100100 1010101 10001010 100010 1011

Color Harmonies of #132719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132719

Black with #132719

Text Example


Text Example

White with #132719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132719; }

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

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

background-color css

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

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

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

border-color css

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

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

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