#471330

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

Shades of Blackberry #471330

Tints of Blackberry #471330

Color information

#471330 (or 0x471330) is unknown color: approx Blackberry. HEX triplet: 47, 13 and 30. RGB value is (71,19,48). Sum of RGB (Red+Green+Blue) = 71+19+48=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #471330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471330 is #B8ECCF. Grayscale: #252525. Windows color (decimal): -12119248 or 3150663. OLE color: 3150663.

HSL color Cylindrical-coordinate representation of color #471330: hue angle of 326.54º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471330 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB711948-
CMYK00.730.320.72
HSL326.54º57.78%17.65%-
HSV(B)326.54º73.24%27.84%-
XYZ3.362.023.01-
YUV37.85133.73151.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=51.45%
G=13.77%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71194800.730.320.72326.5457.7817.65
Hex47133004920481473a12
Octal10723600111401105077222
Binary10001111001111000001001001100000100100010100011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471330; }

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

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

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

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

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

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

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

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