#450739

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

Shades of Blackberry #450739

Tints of Blackberry #450739

Color information

#450739 (or 0x450739) is unknown color: approx Blackberry. HEX triplet: 45, 07 and 39. RGB value is (69,7,57). Sum of RGB (Red+Green+Blue) = 69+7+57=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #450739 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450739 is #BAF8C6. Grayscale: #1F1F1F. Windows color (decimal): -12253383 or 3737413. OLE color: 3737413.

HSL color Cylindrical-coordinate representation of color #450739: hue angle of 311.61º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450739 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB69757-
CMYK00.900.170.73
HSL311.61º81.58%14.9%-
HSV(B)311.61º89.86%27.06%-
XYZ3.271.714.03-
YUV31.24142.54154.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.88%
GREEN value IS 7 (3.12% from 255) = 5.26%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=51.88%
G=5.26%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6975700.900.170.73311.6181.5814.9
Hex4573905A114913852f
Octal10577101322111147012217
Binary10001011111110010101101010001100100110011100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450739; }

 p { color: rgb(69,7,57); }

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

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

 a { background-color: rgb(69,7,57); }

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

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

 span { border-color: rgb(69,7,57); }

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