#461226

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

Shades of Blackberry #461226

Tints of Blackberry #461226

Color information

#461226 (or 0x461226) is unknown color: approx Blackberry. HEX triplet: 46, 12 and 26. RGB value is (70,18,38). Sum of RGB (Red+Green+Blue) = 70+18+38=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #461226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461226 is #B9EDD9. Grayscale: #232323. Windows color (decimal): -12185050 or 2495046. OLE color: 2495046.

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

Color convert

RGB701838-
CMYK00.740.460.73
HSL336.92º59.09%17.25%-
HSV(B)336.92º74.29%27.45%-
XYZ3.091.872.03-
YUV35.83129.23152.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 18 (7.42% from 255) = 14.29%
BLUE value IS 38 (15.23% from 255) = 30.16%
R=55.56%
G=14.29%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70183800.740.460.73336.9259.0917.25
Hex46122604A2E491513b11
Octal10622460112561115217321
Binary10001101001010011001001010101110100100110101000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461226; }

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

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

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

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

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

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

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

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