#450131

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

Shades of Blackberry #450131

Tints of Blackberry #450131

Color information

#450131 (or 0x450131) is unknown color: approx Blackberry. HEX triplet: 45, 01 and 31. RGB value is (69,1,49). Sum of RGB (Red+Green+Blue) = 69+1+49=119 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.98% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 69 - color contains mainly: red. Hex color #450131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450131 is #BAFECE. Grayscale: #1A1A1A. Windows color (decimal): -12254927 or 3211589. OLE color: 3211589.

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

Color convert

RGB69149-
CMYK00.990.290.73
HSL317.65º97.14%13.73%-
HSV(B)317.65º98.55%27.06%-
XYZ3.021.513.04-
YUV26.8140.53158.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.98%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 49 (19.53% from 255) = 41.18%
R=57.98%
G=0.84%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6914900.990.290.73317.6597.1413.73
Hex451310631D4913e61e
Octal10516101433511147614116
Binary100010111100010110001111101100100110011111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450131; }

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

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

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

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

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

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

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

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