#133018

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

Shades of Black Bean #133018

Tints of Black Bean #133018

Color information

#133018 (or 0x133018) is unknown color: approx Black Bean. HEX triplet: 13, 30 and 18. RGB value is (19,48,24). Sum of RGB (Red+Green+Blue) = 19+48+24=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #133018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133018 is #ECCFE7. Grayscale: #242424. Windows color (decimal): -15519720 or 1585171. OLE color: 1585171.

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

Color convert

RGB194824-
CMYK0.6000.50.81
HSL130.34º43.28%13.14%-
HSV(B)130.34º60.42%18.82%-
XYZ1.492.321.23-
YUV36.59120.89115.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 48 (19.14% from 255) = 52.75%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=20.88%
G=52.75%
B=26.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948240.6000.50.81130.3443.2813.14
Hex1330183C03251822bd
Octal236030740621212025315
Binary100111100001100011110001100101010001100000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133018; }

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

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

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

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

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

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

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

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