#531230

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

Shades of Blackberry #531230

Tints of Blackberry #531230

Color information

#531230 (or 0x531230) is unknown color: approx Blackberry. HEX triplet: 53, 12 and 30. RGB value is (83,18,48). Sum of RGB (Red+Green+Blue) = 83+18+48=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #531230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531230 is #ACEDCF. Grayscale: #282828. Windows color (decimal): -11333072 or 3150419. OLE color: 3150419.

HSL color Cylindrical-coordinate representation of color #531230: hue angle of 332.31º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531230 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB831848-
CMYK00.780.420.67
HSL332.31º64.36%19.8%-
HSV(B)332.31º78.31%32.55%-
XYZ4.322.493.05-
YUV40.85132.03158.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=55.70%
G=12.08%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83184800.780.420.67332.3164.3619.8
Hex53123004E2A4314c4014
Octal123226001165210351410024
Binary101001110010110000010011101010101000011101001100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531230; }

 p { color: rgb(83,18,48); }

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

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

 a { background-color: rgb(83,18,48); }

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

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

 span { border-color: rgb(83,18,48); }

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