#461431

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

Shades of Blackberry #461431

Tints of Blackberry #461431

Color information

#461431 (or 0x461431) is unknown color: approx Blackberry. HEX triplet: 46, 14 and 31. RGB value is (70,20,49). Sum of RGB (Red+Green+Blue) = 70+20+49=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #461431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461431 is #B9EBCE. Grayscale: #262626. Windows color (decimal): -12184527 or 3216454. OLE color: 3216454.

HSL color Cylindrical-coordinate representation of color #461431: hue angle of 325.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #461431 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB702049-
CMYK00.710.300.73
HSL325.2º55.56%17.65%-
HSV(B)325.2º71.43%27.45%-
XYZ3.332.023.12-
YUV38.26134.06150.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=50.36%
G=14.39%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70204900.710.300.73325.255.5617.65
Hex4614310471E491453812
Octal10624610107361115057022
Binary1000110101001100010100011111110100100110100010111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461431; }

 p { color: rgb(70,20,49); }

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

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

 a { background-color: rgb(70,20,49); }

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

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

 span { border-color: rgb(70,20,49); }

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