#530F39

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

Shades of Blackberry #530F39

Tints of Blackberry #530F39

Color information

#530F39 (or 0x530F39) is unknown color: approx Blackberry. HEX triplet: 53, 0F and 39. RGB value is (83,15,57). Sum of RGB (Red+Green+Blue) = 83+15+57=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530F39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F39 is #ACF0C6. Grayscale: #282828. Windows color (decimal): -11333831 or 3739475. OLE color: 3739475.

HSL color Cylindrical-coordinate representation of color #530F39: hue angle of 322.94º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #530F39 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB831557-
CMYK00.820.310.67
HSL322.94º69.39%19.22%-
HSV(B)322.94º81.93%32.55%-
XYZ4.482.484.11-
YUV40.12137.53158.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 15 (6.25% from 255) = 9.68%
BLUE value IS 57 (22.66% from 255) = 36.77%
R=53.55%
G=9.68%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83155700.820.310.67322.9469.3919.22
Hex53F390521F431434513
Octal123177101223710350310523
Binary1010011111111100101010010111111000011101000011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530F39; }

 p { color: rgb(83,15,57); }

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

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

 a { background-color: rgb(83,15,57); }

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

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

 span { border-color: rgb(83,15,57); }

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