#521A3F

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

Shades of Blackberry #521A3F

Tints of Blackberry #521A3F

Color information

#521A3F (or 0x521A3F) is unknown color: approx Blackberry. HEX triplet: 52, 1A and 3F. RGB value is (82,26,63). Sum of RGB (Red+Green+Blue) = 82+26+63=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #521A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A3F is #ADE5C0. Grayscale: #2E2E2E. Windows color (decimal): -11396545 or 4135506. OLE color: 4135506.

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

Color convert

RGB822663-
CMYK00.680.230.68
HSL320.36º51.85%21.18%-
HSV(B)320.36º68.29%32.16%-
XYZ4.752.895.01-
YUV46.96137.05152.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 63 (25% from 255) = 36.84%
R=47.95%
G=15.20%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82266300.680.230.68320.3651.8521.18
Hex521A3F04417441403415
Octal12232770104271045006425
Binary1010010110101111110100010010111100010010100000011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521A3F; }

 p { color: rgb(82,26,63); }

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

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

 a { background-color: rgb(82,26,63); }

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

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

 span { border-color: rgb(82,26,63); }

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