#450028

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

Shades of Blackberry #450028

Tints of Blackberry #450028

Color information

#450028 (or 0x450028) is unknown color: approx Blackberry. HEX triplet: 45, 00 and 28. RGB value is (69,0,40). Sum of RGB (Red+Green+Blue) = 69+0+40=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #450028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450028 is #BAFFD7. Grayscale: #191919. Windows color (decimal): -12255192 or 2621509. OLE color: 2621509.

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

Color convert

RGB69040-
CMYK010.420.73
HSL325.22º100%13.53%-
HSV(B)325.22º100%27.06%-
XYZ2.841.422.13-
YUV25.19136.36159.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 63.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 36.70%
R=63.30%
G=0%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69040010.420.73325.2210013.53
Hex450280642A4914564e
Octal10505001445211150514416
Binary1000101010100001100100101010100100110100010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450028; }

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

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

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

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

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

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

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

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