#461337

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

Shades of Blackberry #461337

Tints of Blackberry #461337

Color information

#461337 (or 0x461337) is unknown color: approx Blackberry. HEX triplet: 46, 13 and 37. RGB value is (70,19,55). Sum of RGB (Red+Green+Blue) = 70+19+55=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #461337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461337 is #B9ECC8. Grayscale: #262626. Windows color (decimal): -12184777 or 3609414. OLE color: 3609414.

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

Color convert

RGB701955-
CMYK00.730.210.73
HSL317.65º57.3%17.45%-
HSV(B)317.65º72.86%27.45%-
XYZ3.452.043.83-
YUV38.35137.4150.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 55 (21.88% from 255) = 38.19%
R=48.61%
G=13.19%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70195500.730.210.73317.6557.317.45
Hex461337049154913e3911
Octal10623670111251114767121
Binary1000110100111101110100100110101100100110011111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461337; }

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

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

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

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

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

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

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

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