#53052B

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

Shades of Blackberry #53052B

Tints of Blackberry #53052B

Color information

#53052B (or 0x53052B) is unknown color: approx Blackberry. HEX triplet: 53, 05 and 2B. RGB value is (83,5,43). Sum of RGB (Red+Green+Blue) = 83+5+43=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53052B is #ACFAD4. Grayscale: #202020. Windows color (decimal): -11336405 or 2819411. OLE color: 2819411.

HSL color Cylindrical-coordinate representation of color #53052B: hue angle of 330.77º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53052B is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB83543-
CMYK00.940.480.67
HSL330.77º88.64%17.25%-
HSV(B)330.77º93.98%32.55%-
XYZ4.062.122.48-
YUV32.65133.84163.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=63.36%
G=3.82%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8354300.940.480.67330.7788.6417.25
Hex5352B05E304314b5911
Octal12355301366010351313121
Binary1010011101101011010111101100001000011101001011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,5,43); }

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

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

 a { background-color: rgb(83,5,43); }

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

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

 span { border-color: rgb(83,5,43); }

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