#530327

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

Shades of Blackberry #530327

Tints of Blackberry #530327

Color information

#530327 (or 0x530327) is unknown color: approx Blackberry. HEX triplet: 53, 03 and 27. RGB value is (83,3,39). Sum of RGB (Red+Green+Blue) = 83+3+39=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #530327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530327 is #ACFCD8. Grayscale: #1E1E1E. Windows color (decimal): -11336921 or 2556755. OLE color: 2556755.

HSL color Cylindrical-coordinate representation of color #530327: hue angle of 333º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530327 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB83339-
CMYK00.960.530.67
HSL333º93.02%16.86%-
HSV(B)333º96.39%32.55%-
XYZ3.972.052.11-
YUV31.02132.5165.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.4%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 39 (15.62% from 255) = 31.2%
R=66.4%
G=2.4%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8333900.960.530.6733393.0216.86
Hex53327060354314d5d11
Octal12334701406510351513521
Binary101001111100111011000001101011000011101001101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530327; }

 p { color: rgb(83,3,39); }

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

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

 a { background-color: rgb(83,3,39); }

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

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

 span { border-color: rgb(83,3,39); }

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