#53092B

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

Shades of Blackberry #53092B

Tints of Blackberry #53092B

Color information

#53092B (or 0x53092B) is unknown color: approx Blackberry. HEX triplet: 53, 09 and 2B. RGB value is (83,9,43). Sum of RGB (Red+Green+Blue) = 83+9+43=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53092B is #ACF6D4. Grayscale: #222222. Windows color (decimal): -11335381 or 2820435. OLE color: 2820435.

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

Color convert

RGB83943-
CMYK00.890.480.67
HSL332.43º80.43%18.04%-
HSV(B)332.43º89.16%32.55%-
XYZ4.12.212.5-
YUV35132.52162.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 9 (3.91% from 255) = 6.67%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=61.48%
G=6.67%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8394300.890.480.67332.4380.4318.04
Hex5392B059304314c5012
Octal123115301316010351412022
Binary10100111001101011010110011100001000011101001100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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