#450134

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

Shades of Blackberry #450134

Tints of Blackberry #450134

Color information

#450134 (or 0x450134) is unknown color: approx Blackberry. HEX triplet: 45, 01 and 34. RGB value is (69,1,52). Sum of RGB (Red+Green+Blue) = 69+1+52=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #450134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450134 is #BAFECB. Grayscale: #1B1B1B. Windows color (decimal): -12254924 or 3408197. OLE color: 3408197.

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

Color convert

RGB69152-
CMYK00.990.250.73
HSL315º97.14%13.73%-
HSV(B)315º98.55%27.06%-
XYZ3.081.533.38-
YUV27.15142.03157.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.56%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 52 (20.70% from 255) = 42.62%
R=56.56%
G=0.82%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6915200.990.250.7331597.1413.73
Hex45134063194913b61e
Octal10516401433111147314116
Binary100010111101000110001111001100100110011101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450134; }

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

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

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

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

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

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

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

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