#450325

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

Shades of Blackberry #450325

Tints of Blackberry #450325

Color information

#450325 (or 0x450325) is unknown color: approx Blackberry. HEX triplet: 45, 03 and 25. RGB value is (69,3,37). Sum of RGB (Red+Green+Blue) = 69+3+37=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #450325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450325 is #BAFCDA. Grayscale: #1A1A1A. Windows color (decimal): -12254427 or 2425669. OLE color: 2425669.

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

Color convert

RGB69337-
CMYK00.960.460.73
HSL329.09º91.67%14.12%-
HSV(B)329.09º95.65%27.06%-
XYZ2.821.461.88-
YUV26.61133.87158.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 63.30%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=63.30%
G=2.75%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6933700.960.460.73329.0991.6714.12
Hex453250602E491495ce
Octal10534501405611151113416
Binary10001011110010101100000101110100100110100100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450325; }

 p { color: rgb(69,3,37); }

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

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

 a { background-color: rgb(69,3,37); }

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

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

 span { border-color: rgb(69,3,37); }

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