#450828

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

Shades of Blackberry #450828

Tints of Blackberry #450828

Color information

#450828 (or 0x450828) is unknown color: approx Blackberry. HEX triplet: 45, 08 and 28. RGB value is (69,8,40). Sum of RGB (Red+Green+Blue) = 69+8+40=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #450828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450828 is #BAF7D7. Grayscale: #1D1D1D. Windows color (decimal): -12253144 or 2623557. OLE color: 2623557.

HSL color Cylindrical-coordinate representation of color #450828: hue angle of 328.52º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450828 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB69840-
CMYK00.880.420.73
HSL328.52º79.22%15.1%-
HSV(B)328.52º88.41%27.06%-
XYZ2.921.592.16-
YUV29.89133.71155.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.97%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 40 (16.02% from 255) = 34.19%
R=58.97%
G=6.84%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6984000.880.420.73328.5279.2215.1
Hex458280582A491494ff
Octal105105001305211151111717
Binary1000101100010100001011000101010100100110100100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450828; }

 p { color: rgb(69,8,40); }

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

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

 a { background-color: rgb(69,8,40); }

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

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

 span { border-color: rgb(69,8,40); }

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