#461635

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

Shades of Blackberry #461635

Tints of Blackberry #461635

Color information

#461635 (or 0x461635) is unknown color: approx Blackberry. HEX triplet: 46, 16 and 35. RGB value is (70,22,53). Sum of RGB (Red+Green+Blue) = 70+22+53=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #461635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461635 is #B9E9CA. Grayscale: #272727. Windows color (decimal): -12184011 or 3479110. OLE color: 3479110.

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

Color convert

RGB702253-
CMYK00.690.240.73
HSL321.25º52.17%18.04%-
HSV(B)321.25º68.57%27.45%-
XYZ3.462.133.6-
YUV39.89135.4149.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=48.28%
G=15.17%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70225300.690.240.73321.2552.1718.04
Hex46163504518491413412
Octal10626650105301115016422
Binary1000110101101101010100010111000100100110100000111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461635; }

 p { color: rgb(70,22,53); }

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

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

 a { background-color: rgb(70,22,53); }

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

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

 span { border-color: rgb(70,22,53); }

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