#461932

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

Shades of Blackberry #461932

Tints of Blackberry #461932

Color information

#461932 (or 0x461932) is unknown color: approx Blackberry. HEX triplet: 46, 19 and 32. RGB value is (70,25,50). Sum of RGB (Red+Green+Blue) = 70+25+50=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #461932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461932 is #B9E6CD. Grayscale: #292929. Windows color (decimal): -12183246 or 3283270. OLE color: 3283270.

HSL color Cylindrical-coordinate representation of color #461932: hue angle of 326.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461932 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB702550-
CMYK00.640.290.73
HSL326.67º47.37%18.63%-
HSV(B)326.67º64.29%27.45%-
XYZ3.452.233.27-
YUV41.3132.91148.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 50 (19.92% from 255) = 34.48%
R=48.28%
G=17.24%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70255000.640.290.73326.6747.3718.63
Hex4619320401D491472f13
Octal10631620100351115075723
Binary1000110110011100100100000011101100100110100011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461932; }

 p { color: rgb(70,25,50); }

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

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

 a { background-color: rgb(70,25,50); }

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

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

 span { border-color: rgb(70,25,50); }

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