#491730

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

Shades of Blackberry #491730

Tints of Blackberry #491730

Color information

#491730 (or 0x491730) is unknown color: approx Blackberry. HEX triplet: 49, 17 and 30. RGB value is (73,23,48). Sum of RGB (Red+Green+Blue) = 73+23+48=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #491730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491730 is #B6E8CF. Grayscale: #282828. Windows color (decimal): -11987152 or 3151689. OLE color: 3151689.

HSL color Cylindrical-coordinate representation of color #491730: hue angle of 330º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #491730 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB732348-
CMYK00.680.340.71
HSL330º52.08%18.82%-
HSV(B)330º68.49%28.63%-
XYZ3.592.243.04-
YUV40.8132.06150.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 23 (9.38% from 255) = 15.97%
BLUE value IS 48 (19.14% from 255) = 33.33%
R=50.69%
G=15.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73234800.680.340.7133052.0818.82
Hex491730044224714a3413
Octal11127600104421075126423
Binary10010011011111000001000100100010100011110100101011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491730; }

 p { color: rgb(73,23,48); }

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

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

 a { background-color: rgb(73,23,48); }

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

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

 span { border-color: rgb(73,23,48); }

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