#530F35

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

Shades of Blackberry #530F35

Tints of Blackberry #530F35

Color information

#530F35 (or 0x530F35) is unknown color: approx Blackberry. HEX triplet: 53, 0F and 35. RGB value is (83,15,53). Sum of RGB (Red+Green+Blue) = 83+15+53=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #530F35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F35 is #ACF0CA. Grayscale: #272727. Windows color (decimal): -11333835 or 3477331. OLE color: 3477331.

HSL color Cylindrical-coordinate representation of color #530F35: hue angle of 326.47º 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 #530F35 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB831553-
CMYK00.820.360.67
HSL326.47º69.39%19.22%-
HSV(B)326.47º81.93%32.55%-
XYZ4.382.443.61-
YUV39.66135.53158.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 15 (6.25% from 255) = 9.93%
BLUE value IS 53 (21.09% from 255) = 35.10%
R=54.97%
G=9.93%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83155300.820.360.67326.4769.3919.22
Hex53F3505224431464513
Octal123176501224410350610523
Binary10100111111110101010100101001001000011101000110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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