#530F2C

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

Shades of Blackberry #530F2C

Tints of Blackberry #530F2C

Color information

#530F2C (or 0x530F2C) is unknown color: approx Blackberry. HEX triplet: 53, 0F and 2C. RGB value is (83,15,44). Sum of RGB (Red+Green+Blue) = 83+15+44=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #530F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F2C is #ACF0D3. Grayscale: #262626. Windows color (decimal): -11333844 or 2887507. OLE color: 2887507.

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

Color convert

RGB831544-
CMYK00.820.470.67
HSL334.41º69.39%19.22%-
HSV(B)334.41º81.93%32.55%-
XYZ4.192.362.62-
YUV38.64131.03159.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 15 (6.25% from 255) = 10.56%
BLUE value IS 44 (17.58% from 255) = 30.99%
R=58.45%
G=10.56%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83154400.820.470.67334.4169.3919.22
Hex53F2C0522F4314e4513
Octal123175401225710351610523
Binary10100111111101100010100101011111000011101001110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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