#450326

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

Shades of Blackberry #450326

Tints of Blackberry #450326

Color information

#450326 (or 0x450326) is unknown color: approx Blackberry. HEX triplet: 45, 03 and 26. RGB value is (69,3,38). Sum of RGB (Red+Green+Blue) = 69+3+38=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #450326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450326 is #BAFCD9. Grayscale: #1A1A1A. Windows color (decimal): -12254426 or 2491205. OLE color: 2491205.

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

Color convert

RGB69338-
CMYK00.960.450.73
HSL328.18º91.67%14.12%-
HSV(B)328.18º95.65%27.06%-
XYZ2.841.471.97-
YUV26.72134.37158.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.73%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 38 (15.23% from 255) = 34.55%
R=62.73%
G=2.73%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6933800.960.450.73328.1891.6714.12
Hex453260602D491485ce
Octal10534601405511151013416
Binary10001011110011001100000101101100100110100100010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450326; }

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

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

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

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

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

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

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

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