#461339

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

Shades of Blackberry #461339

Tints of Blackberry #461339

Color information

#461339 (or 0x461339) is unknown color: approx Blackberry. HEX triplet: 46, 13 and 39. RGB value is (70,19,57). Sum of RGB (Red+Green+Blue) = 70+19+57=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #461339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461339 is #B9ECC6. Grayscale: #262626. Windows color (decimal): -12184775 or 3740486. OLE color: 3740486.

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

Color convert

RGB701957-
CMYK00.730.190.73
HSL315.29º57.3%17.45%-
HSV(B)315.29º72.86%27.45%-
XYZ3.52.064.08-
YUV38.58138.4150.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=47.95%
G=13.01%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70195700.730.190.73315.2957.317.45
Hex461339049134913b3911
Octal10623710111231114737121
Binary1000110100111110010100100110011100100110011101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461339; }

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

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

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

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

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

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

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

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