#53122F

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

Shades of Blackberry #53122F

Tints of Blackberry #53122F

Color information

#53122F (or 0x53122F) is unknown color: approx Blackberry. HEX triplet: 53, 12 and 2F. RGB value is (83,18,47). Sum of RGB (Red+Green+Blue) = 83+18+47=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53122F is #ACEDD0. Grayscale: #282828. Windows color (decimal): -11333073 or 3084883. OLE color: 3084883.

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

Color convert

RGB831847-
CMYK00.780.430.67
HSL333.23º64.36%19.8%-
HSV(B)333.23º78.31%32.55%-
XYZ4.32.482.94-
YUV40.74131.53158.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=56.08%
G=12.16%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83184700.780.430.67333.2364.3619.8
Hex53122F04E2B4314d4014
Octal123225701165310351510024
Binary101001110010101111010011101010111000011101001101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53122F; }

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

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

<style>
 a { background-color: #53122F; }

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

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

<style>
 span { border-color: #53122F; }

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

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