#461A3C

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

Shades of Blackberry #461A3C

Tints of Blackberry #461A3C

Color information

#461A3C (or 0x461A3C) is unknown color: approx Blackberry. HEX triplet: 46, 1A and 3C. RGB value is (70,26,60). Sum of RGB (Red+Green+Blue) = 70+26+60=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #461A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461A3C is #B9E5C3. Grayscale: #2A2A2A. Windows color (decimal): -12182980 or 3938886. OLE color: 3938886.

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

Color convert

RGB702660-
CMYK00.630.140.73
HSL313.64º45.83%18.82%-
HSV(B)313.64º62.86%27.45%-
XYZ3.712.374.54-
YUV43.03137.58147.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 26 (10.55% from 255) = 16.67%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=44.87%
G=16.67%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70266000.630.140.73313.6445.8318.82
Hex461A3C03FE4913a2e13
Octal1063274077161114725623
Binary10001101101011110001111111110100100110011101010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,26,60); }

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

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

 a { background-color: rgb(70,26,60); }

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

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

 span { border-color: rgb(70,26,60); }

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