#133016

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

Shades of Black Bean #133016

Tints of Black Bean #133016

Color information

#133016 (or 0x133016) is unknown color: approx Black Bean. HEX triplet: 13, 30 and 16. RGB value is (19,48,22). Sum of RGB (Red+Green+Blue) = 19+48+22=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #133016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133016 is #ECCFE9. Grayscale: #242424. Windows color (decimal): -15519722 or 1454099. OLE color: 1454099.

HSL color Cylindrical-coordinate representation of color #133016: hue angle of 126.21º 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 #133016 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB194822-
CMYK0.6000.540.81
HSL126.21º43.28%13.14%-
HSV(B)126.21º60.42%18.82%-
XYZ1.472.311.13-
YUV36.36119.89115.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 48 (19.14% from 255) = 53.93%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=21.35%
G=53.93%
B=24.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948220.6000.540.81126.2143.2813.14
Hex1330163C036517e2bd
Octal236026740661211765315
Binary10011110000101101111000110110101000111111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133016; }

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

 H1.HeaderClassName
 {
   color: #133016;
 }
 .AnyTagClassName
 {
   color: #133016;
 }
</style>
background-color css

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

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

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

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

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

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