#530F2A

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

Shades of Blackberry #530F2A

Tints of Blackberry #530F2A

Color information

#530F2A (or 0x530F2A) is unknown color: approx Blackberry. HEX triplet: 53, 0F and 2A. RGB value is (83,15,42). Sum of RGB (Red+Green+Blue) = 83+15+42=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #530F2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F2A is #ACF0D5. Grayscale: #262626. Windows color (decimal): -11333846 or 2756435. OLE color: 2756435.

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

Color convert

RGB831542-
CMYK00.820.490.67
HSL336.18º69.39%19.22%-
HSV(B)336.18º81.93%32.55%-
XYZ4.162.352.42-
YUV38.41130.03159.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.29%
GREEN value IS 15 (6.25% from 255) = 10.71%
BLUE value IS 42 (16.80% from 255) = 30%
R=59.29%
G=10.71%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83154200.820.490.67336.1869.3919.22
Hex53F2A05231431504513
Octal123175201226110352010523
Binary10100111111101010010100101100011000011101010000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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