#530F2D

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

Shades of Blackberry #530F2D

Tints of Blackberry #530F2D

Color information

#530F2D (or 0x530F2D) is unknown color: approx Blackberry. HEX triplet: 53, 0F and 2D. RGB value is (83,15,45). Sum of RGB (Red+Green+Blue) = 83+15+45=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #530F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F2D is #ACF0D2. Grayscale: #262626. Windows color (decimal): -11333843 or 2953043. OLE color: 2953043.

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

Color convert

RGB831545-
CMYK00.820.460.67
HSL333.53º69.39%19.22%-
HSV(B)333.53º81.93%32.55%-
XYZ4.212.372.72-
YUV38.75131.53159.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=58.04%
G=10.49%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83154500.820.460.67333.5369.3919.22
Hex53F2D0522E4314e4513
Octal123175501225610351610523
Binary10100111111101101010100101011101000011101001110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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