#53143A

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

Shades of Blackberry #53143A

Tints of Blackberry #53143A

Color information

#53143A (or 0x53143A) is unknown color: approx Blackberry. HEX triplet: 53, 14 and 3A. RGB value is (83,20,58). Sum of RGB (Red+Green+Blue) = 83+20+58=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53143A is #ACEBC5. Grayscale: #2B2B2B. Windows color (decimal): -11332550 or 3806291. OLE color: 3806291.

HSL color Cylindrical-coordinate representation of color #53143A: hue angle of 323.81º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53143A is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB832058-
CMYK00.760.300.67
HSL323.81º61.17%20.2%-
HSV(B)323.81º75.9%32.55%-
XYZ4.582.644.27-
YUV43.17136.37156.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=51.55%
G=12.42%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83205800.760.300.67323.8161.1720.2
Hex53143A04C1E431443d14
Octal12324720114361035047524
Binary1010011101001110100100110011110100001110100010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,20,58); }

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

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

 a { background-color: rgb(83,20,58); }

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

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

 span { border-color: rgb(83,20,58); }

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