#53183B

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

Shades of Blackberry #53183B

Tints of Blackberry #53183B

Color information

#53183B (or 0x53183B) is unknown color: approx Blackberry. HEX triplet: 53, 18 and 3B. RGB value is (83,24,59). Sum of RGB (Red+Green+Blue) = 83+24+59=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53183B is #ACE7C4. Grayscale: #2D2D2D. Windows color (decimal): -11331525 or 3872851. OLE color: 3872851.

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

Color convert

RGB832459-
CMYK00.710.290.67
HSL324.41º55.14%20.98%-
HSV(B)324.41º71.08%32.55%-
XYZ4.682.814.43-
YUV45.63135.55154.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=50%
G=14.46%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83245900.710.290.67324.4155.1420.98
Hex53183B0471D431443715
Octal12330730107351035046725
Binary1010011110001110110100011111101100001110100010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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