#53113D

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

Shades of Blackberry #53113D

Tints of Blackberry #53113D

Color information

#53113D (or 0x53113D) is unknown color: approx Blackberry. HEX triplet: 53, 11 and 3D. RGB value is (83,17,61). Sum of RGB (Red+Green+Blue) = 83+17+61=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53113D is #ACEEC2. Grayscale: #292929. Windows color (decimal): -11333315 or 4002131. OLE color: 4002131.

HSL color Cylindrical-coordinate representation of color #53113D: hue angle of 320º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53113D is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB831761-
CMYK00.800.270.67
HSL320º66%19.61%-
HSV(B)320º79.52%32.55%-
XYZ4.612.584.67-
YUV41.75138.87157.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 61 (24.22% from 255) = 37.89%
R=51.55%
G=10.56%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83176100.800.270.673206619.61
Hex53113D0501B431404214
Octal123217501203310350010224
Binary10100111000111110101010000110111000011101000000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53113D; }

 p { color: rgb(83,17,61); }

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

<style>
 a { background-color: #53113D; }

 a { background-color: rgb(83,17,61); }

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

<style>
 span { border-color: #53113D; }

 span { border-color: rgb(83,17,61); }

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