#450129

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

Shades of Blackberry #450129

Tints of Blackberry #450129

Color information

#450129 (or 0x450129) is unknown color: approx Blackberry. HEX triplet: 45, 01 and 29. RGB value is (69,1,41). Sum of RGB (Red+Green+Blue) = 69+1+41=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #450129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450129 is #BAFED6. Grayscale: #191919. Windows color (decimal): -12254935 or 2687301. OLE color: 2687301.

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

Color convert

RGB69141-
CMYK00.990.410.73
HSL324.71º97.14%13.73%-
HSV(B)324.71º98.55%27.06%-
XYZ2.871.452.23-
YUV25.89136.53158.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.16%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=62.16%
G=0.90%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6914100.990.410.73324.7197.1413.73
Hex45129063294914561e
Octal10515101435111150514116
Binary1000101110100101100011101001100100110100010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450129; }

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

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

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

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

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

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

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

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