#551230

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

Shades of Blackberry #551230

Tints of Blackberry #551230

Color information

#551230 (or 0x551230) is unknown color: approx Blackberry. HEX triplet: 55, 12 and 30. RGB value is (85,18,48). Sum of RGB (Red+Green+Blue) = 85+18+48=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #551230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551230 is #AAEDCF. Grayscale: #292929. Windows color (decimal): -11202000 or 3150421. OLE color: 3150421.

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

Color convert

RGB851848-
CMYK00.790.440.67
HSL333.13º65.05%20.2%-
HSV(B)333.13º78.82%33.33%-
XYZ4.52.583.06-
YUV41.45131.7159.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 48 (19.14% from 255) = 31.79%
R=56.29%
G=11.92%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85184800.790.440.67333.1365.0520.2
Hex55123004F2C4314d4114
Octal125226001175410351510124
Binary101010110010110000010011111011001000011101001101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551230; }

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

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

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

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

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

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

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

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