#53082B

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

Shades of Blackberry #53082B

Tints of Blackberry #53082B

Color information

#53082B (or 0x53082B) is unknown color: approx Blackberry. HEX triplet: 53, 08 and 2B. RGB value is (83,8,43). Sum of RGB (Red+Green+Blue) = 83+8+43=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53082B is #ACF7D4. Grayscale: #222222. Windows color (decimal): -11335637 or 2820179. OLE color: 2820179.

HSL color Cylindrical-coordinate representation of color #53082B: hue angle of 332º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53082B is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB83843-
CMYK00.900.480.67
HSL332º82.42%17.84%-
HSV(B)332º90.36%32.55%-
XYZ4.092.192.49-
YUV34.42132.85162.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.94%
GREEN value IS 8 (3.52% from 255) = 5.97%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=61.94%
G=5.97%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384300.900.480.6733282.4217.84
Hex5382B05A304314c5212
Octal123105301326010351412222
Binary10100111000101011010110101100001000011101001100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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