#53173B

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

Shades of Blackberry #53173B

Tints of Blackberry #53173B

Color information

#53173B (or 0x53173B) is unknown color: approx Blackberry. HEX triplet: 53, 17 and 3B. RGB value is (83,23,59). Sum of RGB (Red+Green+Blue) = 83+23+59=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53173B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53173B is #ACE8C4. Grayscale: #2C2C2C. Windows color (decimal): -11331781 or 3872595. OLE color: 3872595.

HSL color Cylindrical-coordinate representation of color #53173B: hue angle of 324º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53173B is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB832359-
CMYK00.720.290.67
HSL324º56.6%20.78%-
HSV(B)324º72.29%32.55%-
XYZ4.662.774.43-
YUV45.04135.88155.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 59 (23.44% from 255) = 35.76%
R=50.30%
G=13.94%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83235900.720.290.6732456.620.78
Hex53173B0481D431443915
Octal12327730110351035047125
Binary1010011101111110110100100011101100001110100010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53173B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53173B; }

 p { color: rgb(83,23,59); }

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

<style>
 a { background-color: #53173B; }

 a { background-color: rgb(83,23,59); }

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

<style>
 span { border-color: #53173B; }

 span { border-color: rgb(83,23,59); }

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