#461636

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

Shades of Blackberry #461636

Tints of Blackberry #461636

Color information

#461636 (or 0x461636) is unknown color: approx Blackberry. HEX triplet: 46, 16 and 36. RGB value is (70,22,54). Sum of RGB (Red+Green+Blue) = 70+22+54=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #461636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461636 is #B9E9C9. Grayscale: #272727. Windows color (decimal): -12184010 or 3544646. OLE color: 3544646.

HSL color Cylindrical-coordinate representation of color #461636: hue angle of 320º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461636 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB702254-
CMYK00.690.230.73
HSL320º52.17%18.04%-
HSV(B)320º68.57%27.45%-
XYZ3.482.143.72-
YUV40135.9149.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 54 (21.48% from 255) = 36.99%
R=47.95%
G=15.07%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70225400.690.230.7332052.1718.04
Hex46163604517491403412
Octal10626660105271115006422
Binary1000110101101101100100010110111100100110100000011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461636; }

 p { color: rgb(70,22,54); }

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

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

 a { background-color: rgb(70,22,54); }

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

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

 span { border-color: rgb(70,22,54); }

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