#461937

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

Shades of Blackberry #461937

Tints of Blackberry #461937

Color information

#461937 (or 0x461937) is unknown color: approx Blackberry. HEX triplet: 46, 19 and 37. RGB value is (70,25,55). Sum of RGB (Red+Green+Blue) = 70+25+55=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #461937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461937 is #B9E6C8. Grayscale: #292929. Windows color (decimal): -12183241 or 3610950. OLE color: 3610950.

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

Color convert

RGB702555-
CMYK00.640.210.73
HSL320º47.37%18.63%-
HSV(B)320º64.29%27.45%-
XYZ3.562.273.87-
YUV41.88135.41148.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 55 (21.88% from 255) = 36.67%
R=46.67%
G=16.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70255500.640.210.7332047.3718.63
Hex46193704015491402f13
Octal10631670100251115005723
Binary1000110110011101110100000010101100100110100000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461937; }

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

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

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

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

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

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

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

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