#53183A

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

Shades of Blackberry #53183A

Tints of Blackberry #53183A

Color information

#53183A (or 0x53183A) is unknown color: approx Blackberry. HEX triplet: 53, 18 and 3A. RGB value is (83,24,58). Sum of RGB (Red+Green+Blue) = 83+24+58=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53183A is #ACE7C5. Grayscale: #2D2D2D. Windows color (decimal): -11331526 or 3807315. OLE color: 3807315.

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

Color convert

RGB832458-
CMYK00.710.300.67
HSL325.42º55.14%20.98%-
HSV(B)325.42º71.08%32.55%-
XYZ4.662.84.3-
YUV45.52135.05154.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 24 (9.77% from 255) = 14.55%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=50.30%
G=14.55%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83245800.710.300.67325.4255.1420.98
Hex53183A0471E431453715
Octal12330720107361035056725
Binary1010011110001110100100011111110100001110100010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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