#53123D

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

Shades of Blackberry #53123D

Tints of Blackberry #53123D

Color information

#53123D (or 0x53123D) is unknown color: approx Blackberry. HEX triplet: 53, 12 and 3D. RGB value is (83,18,61). Sum of RGB (Red+Green+Blue) = 83+18+61=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53123D is #ACEDC2. Grayscale: #2A2A2A. Windows color (decimal): -11333059 or 4002387. OLE color: 4002387.

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

Color convert

RGB831861-
CMYK00.780.270.67
HSL320.31º64.36%19.8%-
HSV(B)320.31º78.31%32.55%-
XYZ4.632.614.67-
YUV42.34138.53157-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=51.23%
G=11.11%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83186100.780.270.67320.3164.3619.8
Hex53123D04E1B431404014
Octal123227501163310350010024
Binary10100111001011110101001110110111000011101000000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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