#133019

Color #133019 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #133019

Tints of Black Bean #133019

Color information

#133019 (or 0x133019) is unknown color: approx 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

RGB194825-
CMYK0.6000.480.81
HSL132.41º43.28%13.14%-
HSV(B)132.41º60.42%18.82%-
XYZ1.52.321.29-
YUV36.71121.39115.37-

RGB Variations

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

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 (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948250.6000.480.81132.4143.2813.14
Hex1330193C03051842bd
Octal236031740601212045315
Binary100111100001100111110001100001010001100001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>