#451332

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

Shades of Blackberry #451332

Tints of Blackberry #451332

Color information

#451332 (or 0x451332) is unknown color: approx Blackberry. HEX triplet: 45, 13 and 32. RGB value is (69,19,50). Sum of RGB (Red+Green+Blue) = 69+19+50=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #451332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451332 is #BAECCD. Grayscale: #252525. Windows color (decimal): -12250318 or 3281733. OLE color: 3281733.

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

Color convert

RGB691950-
CMYK00.720.280.73
HSL322.8º56.82%17.25%-
HSV(B)322.8º72.46%27.06%-
XYZ3.261.963.22-
YUV37.48135.06150.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=50%
G=13.77%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69195000.720.280.73322.856.8217.25
Hex4513320481C491433911
Octal10523620110341115037121
Binary1000101100111100100100100011100100100110100001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451332; }

 p { color: rgb(69,19,50); }

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

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

 a { background-color: rgb(69,19,50); }

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

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

 span { border-color: rgb(69,19,50); }

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