#450434

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

Shades of Blackberry #450434

Tints of Blackberry #450434

Color information

#450434 (or 0x450434) is unknown color: approx Blackberry. HEX triplet: 45, 04 and 34. RGB value is (69,4,52). Sum of RGB (Red+Green+Blue) = 69+4+52=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #450434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450434 is #BAFBCB. Grayscale: #1C1C1C. Windows color (decimal): -12254156 or 3408965. OLE color: 3408965.

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

Color convert

RGB69452-
CMYK00.940.250.73
HSL315.69º89.04%14.31%-
HSV(B)315.69º94.2%27.06%-
XYZ3.121.63.39-
YUV28.91141.03156.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.2%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 52 (20.70% from 255) = 41.6%
R=55.2%
G=3.2%
B=41.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6945200.940.250.73315.6989.0414.31
Hex4543405E194913c59e
Octal10546401363111147413116
Binary10001011001101000101111011001100100110011110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450434; }

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

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

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

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

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

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

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

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