#461330

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

Shades of Blackberry #461330

Tints of Blackberry #461330

Color information

#461330 (or 0x461330) is unknown color: approx Blackberry. HEX triplet: 46, 13 and 30. RGB value is (70,19,48). Sum of RGB (Red+Green+Blue) = 70+19+48=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #461330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461330 is #B9ECCF. Grayscale: #252525. Windows color (decimal): -12184784 or 3150662. OLE color: 3150662.

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

Color convert

RGB701948-
CMYK00.730.310.73
HSL325.88º57.3%17.45%-
HSV(B)325.88º72.86%27.45%-
XYZ3.291.983.01-
YUV37.56133.9151.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=51.09%
G=13.87%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70194800.730.310.73325.8857.317.45
Hex4613300491F491463911
Octal10623600111371115067121
Binary1000110100111100000100100111111100100110100011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461330; }

 p { color: rgb(70,19,48); }

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

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

 a { background-color: rgb(70,19,48); }

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

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

 span { border-color: rgb(70,19,48); }

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