#450228

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

Shades of Blackberry #450228

Tints of Blackberry #450228

Color information

#450228 (or 0x450228) is unknown color: approx Blackberry. HEX triplet: 45, 02 and 28. RGB value is (69,2,40). Sum of RGB (Red+Green+Blue) = 69+2+40=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #450228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450228 is #BAFDD7. Grayscale: #1A1A1A. Windows color (decimal): -12254680 or 2622021. OLE color: 2622021.

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

Color convert

RGB69240-
CMYK00.970.420.73
HSL325.97º94.37%13.92%-
HSV(B)325.97º97.1%27.06%-
XYZ2.861.462.14-
YUV26.36135.7158.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.16%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=62.16%
G=1.80%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6924000.970.420.73325.9794.3713.92
Hex452280612A491465ee
Octal10525001415211150613616
Binary10001011010100001100001101010100100110100011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450228; }

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

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

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

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

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

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

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

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