#461E33

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

Shades of Blackberry #461E33

Tints of Blackberry #461E33

Color information

#461E33 (or 0x461E33) is unknown color: approx Blackberry. HEX triplet: 46, 1E and 33. RGB value is (70,30,51). Sum of RGB (Red+Green+Blue) = 70+30+51=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #461E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E33 is #B9E1CC. Grayscale: #2C2C2C. Windows color (decimal): -12181965 or 3350086. OLE color: 3350086.

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

Color convert

RGB703051-
CMYK00.570.270.73
HSL328.5º40%19.61%-
HSV(B)328.5º57.14%27.45%-
XYZ3.592.473.42-
YUV44.35131.75146.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 51 (20.31% from 255) = 33.77%
R=46.36%
G=19.87%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70305100.570.270.73328.54019.61
Hex461E330391B491482814
Octal1063663071331115105024
Binary100011011110110011011100111011100100110100100010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,30,51); }

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

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

 a { background-color: rgb(70,30,51); }

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

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

 span { border-color: rgb(70,30,51); }

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