#53062E

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

Shades of Blackberry #53062E

Tints of Blackberry #53062E

Color information

#53062E (or 0x53062E) is unknown color: approx Blackberry. HEX triplet: 53, 06 and 2E. RGB value is (83,6,46). Sum of RGB (Red+Green+Blue) = 83+6+46=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53062E is #ACF9D1. Grayscale: #212121. Windows color (decimal): -11336146 or 3016275. OLE color: 3016275.

HSL color Cylindrical-coordinate representation of color #53062E: hue angle of 328.83º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53062E is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB83646-
CMYK00.930.450.67
HSL328.83º86.52%17.45%-
HSV(B)328.83º92.77%32.55%-
XYZ4.132.172.79-
YUV33.58135.01163.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 6 (2.73% from 255) = 4.44%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=61.48%
G=4.44%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8364600.930.450.67328.8386.5217.45
Hex5362E05D2D431495711
Octal12365601355510351112721
Binary1010011110101110010111011011011000011101001001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53062E; }

 p { color: rgb(83,6,46); }

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

<style>
 a { background-color: #53062E; }

 a { background-color: rgb(83,6,46); }

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

<style>
 span { border-color: #53062E; }

 span { border-color: rgb(83,6,46); }

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