Html Css Color HEX #133019 Black Bean

📋 copy color: '#133019'

red 19 ◦ green 48 ◦ blue 25

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

Shades of Black Bean #133019

Tints of Black Bean #133019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 52.17%

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

R = 20.65%
G = 52.17%
B = 27.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#133019 (or 0x133019) is known color: Black Bean. HEX triplet: 13, 30 and 19. RGB value is (19,48,25). Sum of RGB (Red+Green+Blue) = 19+48+25=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #133019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133019 is #ECCFE6. Grayscale: #242424. Windows color (decimal): -15519719 or 1650707. OLE color: 1650707.

HSL color Cylindrical-coordinate representation of color #133019: hue angle of 132.41º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #133019 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 48 25 -
CMYK 0.60 0 0.48 0.81
HSL 132.41º 0.43% 0.13% -
HSV(B) 132.41º 0.6% 0.19% -
XYZ 1.5 2.32 1.29 -
YUV 36.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 19 48 25 0.60 0 0.48 0.81 132.41 0.43 0.13
Hex 13 30 19 3C 0 30 51 84 2B D
Octal 23 60 31 74 0 60 121 204 53 15
Binary 10011 110000 11001 111100 0 110000 1010001 10000100 101011 1101

Color Harmonies of #133019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133019

Black with #133019

Text Example


Text Example

White with #133019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133019; }

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

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

background-color css

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

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

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

border-color css

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

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

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