#450825

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

Shades of Blackberry #450825

Tints of Blackberry #450825

Color information

#450825 (or 0x450825) is unknown color: approx Blackberry. HEX triplet: 45, 08 and 25. RGB value is (69,8,37). Sum of RGB (Red+Green+Blue) = 69+8+37=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #450825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450825 is #BAF7DA. Grayscale: #1D1D1D. Windows color (decimal): -12253147 or 2426949. OLE color: 2426949.

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

Color convert

RGB69837-
CMYK00.880.460.73
HSL331.48º79.22%15.1%-
HSV(B)331.48º88.41%27.06%-
XYZ2.881.571.9-
YUV29.54132.21156.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 60.53%
GREEN value IS 8 (3.52% from 255) = 7.02%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=60.53%
G=7.02%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6983700.880.460.73331.4879.2215.1
Hex458250582E4914b4ff
Octal105104501305611151311717
Binary1000101100010010101011000101110100100110100101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450825; }

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

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

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

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

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

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

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

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