#450128

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

Shades of Blackberry #450128

Tints of Blackberry #450128

Color information

#450128 (or 0x450128) is unknown color: approx Blackberry. HEX triplet: 45, 01 and 28. RGB value is (69,1,40). Sum of RGB (Red+Green+Blue) = 69+1+40=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #450128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450128 is #BAFED7. Grayscale: #191919. Windows color (decimal): -12254936 or 2621765. OLE color: 2621765.

HSL color Cylindrical-coordinate representation of color #450128: hue angle of 325.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 #450128 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB69140-
CMYK00.990.420.73
HSL325.59º97.14%13.73%-
HSV(B)325.59º98.55%27.06%-
XYZ2.851.442.14-
YUV25.78136.03158.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.73%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=62.73%
G=0.91%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6914000.990.420.73325.5997.1413.73
Hex451280632A4914661e
Octal10515001435211150614116
Binary1000101110100001100011101010100100110100011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450128; }

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

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

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

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

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

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

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

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