#53123E

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

Shades of Blackberry #53123E

Tints of Blackberry #53123E

Color information

#53123E (or 0x53123E) is unknown color: approx Blackberry. HEX triplet: 53, 12 and 3E. RGB value is (83,18,62). Sum of RGB (Red+Green+Blue) = 83+18+62=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53123E is #ACEDC1. Grayscale: #2A2A2A. Windows color (decimal): -11333058 or 4067923. OLE color: 4067923.

HSL color Cylindrical-coordinate representation of color #53123E: hue angle of 319.38º 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 #53123E is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB831862-
CMYK00.780.250.67
HSL319.38º64.36%19.8%-
HSV(B)319.38º78.31%32.55%-
XYZ4.652.624.82-
YUV42.45139.03156.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 62 (24.61% from 255) = 38.04%
R=50.92%
G=11.04%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83186200.780.250.67319.3864.3619.8
Hex53123E04E194313f4014
Octal123227601163110347710024
Binary10100111001011111001001110110011000011100111111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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