#53103A

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

Shades of Blackberry #53103A

Tints of Blackberry #53103A

Color information

#53103A (or 0x53103A) is unknown color: approx Blackberry. HEX triplet: 53, 10 and 3A. RGB value is (83,16,58). Sum of RGB (Red+Green+Blue) = 83+16+58=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #53103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53103A is #ACEFC5. Grayscale: #282828. Windows color (decimal): -11333574 or 3805267. OLE color: 3805267.

HSL color Cylindrical-coordinate representation of color #53103A: hue angle of 322.39º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53103A is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB831658-
CMYK00.810.300.67
HSL322.39º67.68%19.41%-
HSV(B)322.39º80.72%32.55%-
XYZ4.522.524.25-
YUV40.82137.7158.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=52.87%
G=10.19%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83165800.810.300.67322.3967.6819.41
Hex53103A0511E431424413
Octal123207201213610350210423
Binary10100111000011101001010001111101000011101000010100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53103A; }

 p { color: rgb(83,16,58); }

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

<style>
 a { background-color: #53103A; }

 a { background-color: rgb(83,16,58); }

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

<style>
 span { border-color: #53103A; }

 span { border-color: rgb(83,16,58); }

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