#521630

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

Shades of Blackberry #521630

Tints of Blackberry #521630

Color information

#521630 (or 0x521630) is unknown color: approx Blackberry. HEX triplet: 52, 16 and 30. RGB value is (82,22,48). Sum of RGB (Red+Green+Blue) = 82+22+48=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #521630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521630 is #ADE9CF. Grayscale: #2A2A2A. Windows color (decimal): -11397584 or 3151442. OLE color: 3151442.

HSL color Cylindrical-coordinate representation of color #521630: hue angle of 334º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521630 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB822248-
CMYK00.730.410.68
HSL334º57.69%20.39%-
HSV(B)334º73.17%32.16%-
XYZ4.32.583.07-
YUV42.9130.88155.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 48 (19.14% from 255) = 31.58%
R=53.95%
G=14.47%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82224800.730.410.6833457.6920.39
Hex521630049294414e3a14
Octal12226600111511045167224
Binary10100101011011000001001001101001100010010100111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521630; }

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

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

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

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

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

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

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

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