#461326

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

Shades of Blackberry #461326

Tints of Blackberry #461326

Color information

#461326 (or 0x461326) is unknown color: approx Blackberry. HEX triplet: 46, 13 and 26. RGB value is (70,19,38). Sum of RGB (Red+Green+Blue) = 70+19+38=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #461326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461326 is #B9ECD9. Grayscale: #242424. Windows color (decimal): -12184794 or 2495302. OLE color: 2495302.

HSL color Cylindrical-coordinate representation of color #461326: hue angle of 337.65º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461326 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB701938-
CMYK00.730.460.73
HSL337.65º57.3%17.45%-
HSV(B)337.65º72.86%27.45%-
XYZ3.111.912.04-
YUV36.42128.9151.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.12%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=55.12%
G=14.96%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70193800.730.460.73337.6557.317.45
Hex4613260492E491523911
Octal10623460111561115227121
Binary10001101001110011001001001101110100100110101001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461326; }

 p { color: rgb(70,19,38); }

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

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

 a { background-color: rgb(70,19,38); }

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

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

 span { border-color: rgb(70,19,38); }

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