#461239

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

Shades of Blackberry #461239

Tints of Blackberry #461239

Color information

#461239 (or 0x461239) is unknown color: approx Blackberry. HEX triplet: 46, 12 and 39. RGB value is (70,18,57). Sum of RGB (Red+Green+Blue) = 70+18+57=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #461239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461239 is #B9EDC6. Grayscale: #252525. Windows color (decimal): -12185031 or 3740230. OLE color: 3740230.

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

Color convert

RGB701857-
CMYK00.740.190.73
HSL315º59.09%17.25%-
HSV(B)315º74.29%27.45%-
XYZ3.482.034.08-
YUV37.99138.73150.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=48.28%
G=12.41%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70185700.740.190.7331559.0917.25
Hex46123904A134913b3b11
Octal10622710112231114737321
Binary1000110100101110010100101010011100100110011101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461239; }

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

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

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

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

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

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

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

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