#521938

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

Shades of Blackberry #521938

Tints of Blackberry #521938

Color information

#521938 (or 0x521938) is unknown color: approx Blackberry. HEX triplet: 52, 19 and 38. RGB value is (82,25,56). Sum of RGB (Red+Green+Blue) = 82+25+56=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #521938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521938 is #ADE6C7. Grayscale: #2D2D2D. Windows color (decimal): -11396808 or 3676498. OLE color: 3676498.

HSL color Cylindrical-coordinate representation of color #521938: hue angle of 327.37º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521938 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB822556-
CMYK00.700.320.68
HSL327.37º53.27%20.98%-
HSV(B)327.37º69.51%32.16%-
XYZ4.542.774.04-
YUV45.58133.88153.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 56 (22.27% from 255) = 34.36%
R=50.31%
G=15.34%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82255600.700.320.68327.3753.2720.98
Hex52193804620441473515
Octal12231700106401045076525
Binary10100101100111100001000110100000100010010100011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521938; }

 p { color: rgb(82,25,56); }

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

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

 a { background-color: rgb(82,25,56); }

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

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

 span { border-color: rgb(82,25,56); }

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