#451431

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

Shades of Blackberry #451431

Tints of Blackberry #451431

Color information

#451431 (or 0x451431) is unknown color: approx Blackberry. HEX triplet: 45, 14 and 31. RGB value is (69,20,49). Sum of RGB (Red+Green+Blue) = 69+20+49=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #451431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451431 is #BAEBCE. Grayscale: #252525. Windows color (decimal): -12250063 or 3216453. OLE color: 3216453.

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

Color convert

RGB692049-
CMYK00.710.290.73
HSL324.49º55.06%17.45%-
HSV(B)324.49º71.01%27.06%-
XYZ3.261.993.12-
YUV37.96134.23150.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=50%
G=14.49%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69204900.710.290.73324.4955.0617.45
Hex4514310471D491443711
Octal10524610107351115046721
Binary1000101101001100010100011111101100100110100010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451431; }

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

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

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

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

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

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

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

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