#53123B

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

Shades of Blackberry #53123B

Tints of Blackberry #53123B

Color information

#53123B (or 0x53123B) is unknown color: approx Blackberry. HEX triplet: 53, 12 and 3B. RGB value is (83,18,59). Sum of RGB (Red+Green+Blue) = 83+18+59=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53123B is #ACEDC4. Grayscale: #2A2A2A. Windows color (decimal): -11333061 or 3871315. OLE color: 3871315.

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

Color convert

RGB831859-
CMYK00.780.290.67
HSL322.15º64.36%19.8%-
HSV(B)322.15º78.31%32.55%-
XYZ4.572.594.4-
YUV42.11137.53157.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=51.88%
G=11.25%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83185900.780.290.67322.1564.3619.8
Hex53123B04E1D431424014
Octal123227301163510350210024
Binary10100111001011101101001110111011000011101000010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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