#461227

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

Shades of Blackberry #461227

Tints of Blackberry #461227

Color information

#461227 (or 0x461227) is unknown color: approx Blackberry. HEX triplet: 46, 12 and 27. RGB value is (70,18,39). Sum of RGB (Red+Green+Blue) = 70+18+39=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #461227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461227 is #B9EDD8. Grayscale: #232323. Windows color (decimal): -12185049 or 2560582. OLE color: 2560582.

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

Color convert

RGB701839-
CMYK00.740.440.73
HSL335.77º59.09%17.25%-
HSV(B)335.77º74.29%27.45%-
XYZ3.111.882.12-
YUV35.94129.73152.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.12%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=55.12%
G=14.17%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70183900.740.440.73335.7759.0917.25
Hex46122704A2C491503b11
Octal10622470112541115207321
Binary10001101001010011101001010101100100100110101000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461227; }

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

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

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

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

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

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

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

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