#450327

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

Shades of Blackberry #450327

Tints of Blackberry #450327

Color information

#450327 (or 0x450327) is unknown color: approx Blackberry. HEX triplet: 45, 03 and 27. RGB value is (69,3,39). Sum of RGB (Red+Green+Blue) = 69+3+39=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #450327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450327 is #BAFCD8. Grayscale: #1A1A1A. Windows color (decimal): -12254425 or 2556741. OLE color: 2556741.

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

Color convert

RGB69339-
CMYK00.960.430.73
HSL327.27º91.67%14.12%-
HSV(B)327.27º95.65%27.06%-
XYZ2.851.482.05-
YUV26.84134.87158.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.16%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=62.16%
G=2.70%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6933900.960.430.73327.2791.6714.12
Hex453270602B491475ce
Octal10534701405311150713416
Binary10001011110011101100000101011100100110100011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450327; }

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

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

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

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

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

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

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

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