#53173A

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

Shades of Blackberry #53173A

Tints of Blackberry #53173A

Color information

#53173A (or 0x53173A) is unknown color: approx Blackberry. HEX triplet: 53, 17 and 3A. RGB value is (83,23,58). Sum of RGB (Red+Green+Blue) = 83+23+58=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53173A is #ACE8C5. Grayscale: #2C2C2C. Windows color (decimal): -11331782 or 3807059. OLE color: 3807059.

HSL color Cylindrical-coordinate representation of color #53173A: hue angle of 325º 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 #53173A is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB832358-
CMYK00.720.300.67
HSL325º56.6%20.78%-
HSV(B)325º72.29%32.55%-
XYZ4.642.764.29-
YUV44.93135.38155.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=50.61%
G=14.02%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83235800.720.300.6732556.620.78
Hex53173A0481E431453915
Octal12327720110361035057125
Binary1010011101111110100100100011110100001110100010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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