#471528

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

Shades of Blackberry #471528

Tints of Blackberry #471528

Color information

#471528 (or 0x471528) is unknown color: approx Blackberry. HEX triplet: 47, 15 and 28. RGB value is (71,21,40). Sum of RGB (Red+Green+Blue) = 71+21+40=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #471528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471528 is #B8EAD7. Grayscale: #262626. Windows color (decimal): -12118744 or 2626887. OLE color: 2626887.

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

Color convert

RGB712140-
CMYK00.700.440.72
HSL337.2º54.35%18.04%-
HSV(B)337.2º70.42%27.84%-
XYZ3.252.032.23-
YUV38.12129.06151.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=53.79%
G=15.91%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71214000.700.440.72337.254.3518.04
Hex4715280462C481513612
Octal10725500106541105216622
Binary10001111010110100001000110101100100100010101000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471528; }

 p { color: rgb(71,21,40); }

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

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

 a { background-color: rgb(71,21,40); }

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

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

 span { border-color: rgb(71,21,40); }

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