#531233

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

Shades of Blackberry #531233

Tints of Blackberry #531233

Color information

#531233 (or 0x531233) is unknown color: approx Blackberry. HEX triplet: 53, 12 and 33. RGB value is (83,18,51). Sum of RGB (Red+Green+Blue) = 83+18+51=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #531233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531233 is #ACEDCC. Grayscale: #292929. Windows color (decimal): -11333069 or 3347027. OLE color: 3347027.

HSL color Cylindrical-coordinate representation of color #531233: hue angle of 329.54º 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 #531233 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB831851-
CMYK00.780.390.67
HSL329.54º64.36%19.8%-
HSV(B)329.54º78.31%32.55%-
XYZ4.382.513.39-
YUV41.2133.53157.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 51 (20.31% from 255) = 33.55%
R=54.61%
G=11.84%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83185100.780.390.67329.5464.3619.8
Hex53123304E274314a4014
Octal123226301164710351210024
Binary101001110010110011010011101001111000011101001010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531233; }

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

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

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

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

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

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

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

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