#461935

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

Shades of Blackberry #461935

Tints of Blackberry #461935

Color information

#461935 (or 0x461935) is unknown color: approx Blackberry. HEX triplet: 46, 19 and 35. RGB value is (70,25,53). Sum of RGB (Red+Green+Blue) = 70+25+53=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #461935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461935 is #B9E6CA. Grayscale: #292929. Windows color (decimal): -12183243 or 3479878. OLE color: 3479878.

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

Color convert

RGB702553-
CMYK00.640.240.73
HSL322.67º47.37%18.63%-
HSV(B)322.67º64.29%27.45%-
XYZ3.522.253.62-
YUV41.65134.41148.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 53 (21.09% from 255) = 35.81%
R=47.30%
G=16.89%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70255300.640.240.73322.6747.3718.63
Hex46193504018491432f13
Octal10631650100301115035723
Binary1000110110011101010100000011000100100110100001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461935; }

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

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

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

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

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

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

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

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