#531741

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

Shades of Blackberry #531741

Tints of Blackberry #531741

Color information

#531741 (or 0x531741) is unknown color: approx Blackberry. HEX triplet: 53, 17 and 41. RGB value is (83,23,65). Sum of RGB (Red+Green+Blue) = 83+23+65=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #531741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531741 is #ACE8BE. Grayscale: #2D2D2D. Windows color (decimal): -11331775 or 4265811. OLE color: 4265811.

HSL color Cylindrical-coordinate representation of color #531741: hue angle of 318º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531741 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB832365-
CMYK00.720.220.67
HSL318º56.6%20.78%-
HSV(B)318º72.29%32.55%-
XYZ4.832.835.29-
YUV45.73138.88154.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 65 (25.78% from 255) = 38.01%
R=48.54%
G=13.45%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83236500.720.220.6731856.620.78
Hex531741048164313e3915
Octal123271010110261034767125
Binary10100111011110000010100100010110100001110011111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531741; }

 p { color: rgb(83,23,65); }

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

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

 a { background-color: rgb(83,23,65); }

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

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

 span { border-color: rgb(83,23,65); }

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