#511238

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

Shades of Blackberry #511238

Tints of Blackberry #511238

Color information

#511238 (or 0x511238) is unknown color: approx Blackberry. HEX triplet: 51, 12 and 38. RGB value is (81,18,56). Sum of RGB (Red+Green+Blue) = 81+18+56=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511238 is #AEEDC7. Grayscale: #292929. Windows color (decimal): -11464136 or 3674705. OLE color: 3674705.

HSL color Cylindrical-coordinate representation of color #511238: hue angle of 323.81º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511238 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB811856-
CMYK00.780.310.68
HSL323.81º63.64%19.41%-
HSV(B)323.81º77.78%31.76%-
XYZ4.322.473.99-
YUV41.17136.37156.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=52.26%
G=11.61%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81185600.780.310.68323.8163.6419.41
Hex51123804E1F441444013
Octal121227001163710450410023
Binary10100011001011100001001110111111000100101000100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511238; }

 p { color: rgb(81,18,56); }

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

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

 a { background-color: rgb(81,18,56); }

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

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

 span { border-color: rgb(81,18,56); }

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