#450633

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

Shades of Blackberry #450633

Tints of Blackberry #450633

Color information

#450633 (or 0x450633) is unknown color: approx Blackberry. HEX triplet: 45, 06 and 33. RGB value is (69,6,51). Sum of RGB (Red+Green+Blue) = 69+6+51=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #450633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450633 is #BAF9CC. Grayscale: #1D1D1D. Windows color (decimal): -12253645 or 3343941. OLE color: 3343941.

HSL color Cylindrical-coordinate representation of color #450633: hue angle of 317.14º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450633 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB69651-
CMYK00.910.260.73
HSL317.14º84%14.71%-
HSV(B)317.14º91.3%27.06%-
XYZ3.121.633.28-
YUV29.97139.87155.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.76%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 51 (20.31% from 255) = 40.48%
R=54.76%
G=4.76%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6965100.910.260.73317.148414.71
Hex4563305B1A4913d54f
Octal10566301333211147512417
Binary10001011101100110101101111010100100110011110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450633; }

 p { color: rgb(69,6,51); }

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

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

 a { background-color: rgb(69,6,51); }

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

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

 span { border-color: rgb(69,6,51); }

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