#53082A

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

Shades of Blackberry #53082A

Tints of Blackberry #53082A

Color information

#53082A (or 0x53082A) is unknown color: approx Blackberry. HEX triplet: 53, 08 and 2A. RGB value is (83,8,42). Sum of RGB (Red+Green+Blue) = 83+8+42=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53082A is #ACF7D5. Grayscale: #222222. Windows color (decimal): -11335638 or 2754643. OLE color: 2754643.

HSL color Cylindrical-coordinate representation of color #53082A: hue angle of 332.8º 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 #53082A is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB83842-
CMYK00.900.490.67
HSL332.8º82.42%17.84%-
HSV(B)332.8º90.36%32.55%-
XYZ4.072.182.4-
YUV34.3132.35162.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=62.41%
G=6.02%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384200.900.490.67332.882.4217.84
Hex5382A05A314314d5212
Octal123105201326110351512222
Binary10100111000101010010110101100011000011101001101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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