#450139

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

Shades of Blackberry #450139

Tints of Blackberry #450139

Color information

#450139 (or 0x450139) is unknown color: approx Blackberry. HEX triplet: 45, 01 and 39. RGB value is (69,1,57). Sum of RGB (Red+Green+Blue) = 69+1+57=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #450139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450139 is #BAFEC6. Grayscale: #1B1B1B. Windows color (decimal): -12254919 or 3735877. OLE color: 3735877.

HSL color Cylindrical-coordinate representation of color #450139: hue angle of 310.59º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450139 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB69157-
CMYK00.990.170.73
HSL310.59º97.14%13.73%-
HSV(B)310.59º98.55%27.06%-
XYZ3.21.584.01-
YUV27.72144.53157.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.33%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 57 (22.66% from 255) = 44.88%
R=54.33%
G=0.79%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6915700.990.170.73310.5997.1413.73
Hex45139063114913761e
Octal10517101432111146714116
Binary100010111110010110001110001100100110011011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450139; }

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

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

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

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

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

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

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

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