#530A2A

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

Shades of Blackberry #530A2A

Tints of Blackberry #530A2A

Color information

#530A2A (or 0x530A2A) is unknown color: approx Blackberry. HEX triplet: 53, 0A and 2A. RGB value is (83,10,42). Sum of RGB (Red+Green+Blue) = 83+10+42=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #530A2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A2A is #ACF5D5. Grayscale: #232323. Windows color (decimal): -11335126 or 2755155. OLE color: 2755155.

HSL color Cylindrical-coordinate representation of color #530A2A: hue angle of 333.7º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A2A is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB831042-
CMYK00.880.490.67
HSL333.7º78.49%18.24%-
HSV(B)333.7º87.95%32.55%-
XYZ4.092.222.4-
YUV35.47131.68161.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 10 (4.30% from 255) = 7.41%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=61.48%
G=7.41%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83104200.880.490.67333.778.4918.24
Hex53A2A058314314e4e12
Octal123125201306110351611622
Binary10100111010101010010110001100011000011101001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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