#461D39

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

Shades of Blackberry #461D39

Tints of Blackberry #461D39

Color information

#461D39 (or 0x461D39) is unknown color: approx Blackberry. HEX triplet: 46, 1D and 39. RGB value is (70,29,57). Sum of RGB (Red+Green+Blue) = 70+29+57=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #461D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D39 is #B9E2C6. Grayscale: #2C2C2C. Windows color (decimal): -12182215 or 3743046. OLE color: 3743046.

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

Color convert

RGB702957-
CMYK00.590.190.73
HSL319.02º41.41%19.41%-
HSV(B)319.02º58.57%27.45%-
XYZ3.72.484.15-
YUV44.45135.08146.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=44.87%
G=18.59%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70295700.590.190.73319.0241.4119.41
Hex461D3903B134913f2913
Octal1063571073231114775123
Binary100011011101111001011101110011100100110011111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461D39; }

 p { color: rgb(70,29,57); }

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

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

 a { background-color: rgb(70,29,57); }

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

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

 span { border-color: rgb(70,29,57); }

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