#450637

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

Shades of Blackberry #450637

Tints of Blackberry #450637

Color information

#450637 (or 0x450637) is unknown color: approx Blackberry. HEX triplet: 45, 06 and 37. RGB value is (69,6,55). Sum of RGB (Red+Green+Blue) = 69+6+55=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #450637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450637 is #BAF9C8. Grayscale: #1E1E1E. Windows color (decimal): -12253641 or 3606085. OLE color: 3606085.

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

Color convert

RGB69655-
CMYK00.910.200.73
HSL313.33º84%14.71%-
HSV(B)313.33º91.3%27.06%-
XYZ3.211.673.77-
YUV30.42141.87155.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.08%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 55 (21.88% from 255) = 42.31%
R=53.08%
G=4.62%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6965500.910.200.73313.338414.71
Hex4563705B144913954f
Octal10566701332411147112417
Binary10001011101101110101101110100100100110011100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450637; }

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

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

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

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

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

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

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

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