#530F34

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

Shades of Blackberry #530F34

Tints of Blackberry #530F34

Color information

#530F34 (or 0x530F34) is unknown color: approx Blackberry. HEX triplet: 53, 0F and 34. RGB value is (83,15,52). Sum of RGB (Red+Green+Blue) = 83+15+52=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #530F34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F34 is #ACF0CB. Grayscale: #272727. Windows color (decimal): -11333836 or 3411795. OLE color: 3411795.

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

Color convert

RGB831552-
CMYK00.820.370.67
HSL327.35º69.39%19.22%-
HSV(B)327.35º81.93%32.55%-
XYZ4.362.433.49-
YUV39.55135.03158.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 15 (6.25% from 255) = 10%
BLUE value IS 52 (20.70% from 255) = 34.67%
R=55.33%
G=10%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83155200.820.370.67327.3569.3919.22
Hex53F3405225431474513
Octal123176401224510350710523
Binary10100111111110100010100101001011000011101000111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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