#450321

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

Shades of Blackberry #450321

Tints of Blackberry #450321

Color information

#450321 (or 0x450321) is unknown color: approx Blackberry. HEX triplet: 45, 03 and 21. RGB value is (69,3,33). Sum of RGB (Red+Green+Blue) = 69+3+33=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #450321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450321 is #BAFCDE. Grayscale: #1A1A1A. Windows color (decimal): -12254431 or 2163525. OLE color: 2163525.

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

Color convert

RGB69333-
CMYK00.960.520.73
HSL332.73º91.67%14.12%-
HSV(B)332.73º95.65%27.06%-
XYZ2.761.441.57-
YUV26.15131.87158.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 65.71%
GREEN value IS 3 (1.56% from 255) = 2.86%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=65.71%
G=2.86%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6933300.960.520.73332.7391.6714.12
Hex45321060344914d5ce
Octal10534101406411151513416
Binary10001011110000101100000110100100100110100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450321; }

 p { color: rgb(69,3,33); }

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

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

 a { background-color: rgb(69,3,33); }

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

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

 span { border-color: rgb(69,3,33); }

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