#450229

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

Shades of Blackberry #450229

Tints of Blackberry #450229

Color information

#450229 (or 0x450229) is unknown color: approx Blackberry. HEX triplet: 45, 02 and 29. RGB value is (69,2,41). Sum of RGB (Red+Green+Blue) = 69+2+41=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #450229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450229 is #BAFDD6. Grayscale: #1A1A1A. Windows color (decimal): -12254679 or 2687557. OLE color: 2687557.

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

Color convert

RGB69241-
CMYK00.970.410.73
HSL325.07º94.37%13.92%-
HSV(B)325.07º97.1%27.06%-
XYZ2.881.472.23-
YUV26.48136.2158.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 61.61%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=61.61%
G=1.79%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6924100.970.410.73325.0794.3713.92
Hex4522906129491455ee
Octal10525101415111150513616
Binary10001011010100101100001101001100100110100010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450229; }

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

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

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

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

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

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

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

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