#461538

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

Shades of Blackberry #461538

Tints of Blackberry #461538

Color information

#461538 (or 0x461538) is unknown color: approx Blackberry. HEX triplet: 46, 15 and 38. RGB value is (70,21,56). Sum of RGB (Red+Green+Blue) = 70+21+56=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #461538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461538 is #B9EAC7. Grayscale: #272727. Windows color (decimal): -12184264 or 3675462. OLE color: 3675462.

HSL color Cylindrical-coordinate representation of color #461538: hue angle of 317.14º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461538 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB702156-
CMYK00.700.200.73
HSL317.14º53.85%17.84%-
HSV(B)317.14º70%27.45%-
XYZ3.512.123.97-
YUV39.64137.23149.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=47.62%
G=14.29%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70215600.700.200.73317.1453.8517.84
Hex461538046144913d3612
Octal10625700106241114756622
Binary1000110101011110000100011010100100100110011110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461538; }

 p { color: rgb(70,21,56); }

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

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

 a { background-color: rgb(70,21,56); }

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

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

 span { border-color: rgb(70,21,56); }

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