#450231

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

Shades of Blackberry #450231

Tints of Blackberry #450231

Color information

#450231 (or 0x450231) is unknown color: approx Blackberry. HEX triplet: 45, 02 and 31. RGB value is (69,2,49). Sum of RGB (Red+Green+Blue) = 69+2+49=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #450231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450231 is #BAFDCE. Grayscale: #1B1B1B. Windows color (decimal): -12254671 or 3211845. OLE color: 3211845.

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

Color convert

RGB69249-
CMYK00.970.290.73
HSL317.91º94.37%13.92%-
HSV(B)317.91º97.1%27.06%-
XYZ3.031.533.04-
YUV27.39140.2157.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.5%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=57.5%
G=1.67%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6924900.970.290.73317.9194.3713.92
Hex452310611D4913e5ee
Octal10526101413511147613616
Binary1000101101100010110000111101100100110011111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450231; }

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

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

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

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

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

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

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

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