#471428

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

Shades of Blackberry #471428

Tints of Blackberry #471428

Color information

#471428 (or 0x471428) is unknown color: approx Blackberry. HEX triplet: 47, 14 and 28. RGB value is (71,20,40). Sum of RGB (Red+Green+Blue) = 71+20+40=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #471428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471428 is #B8EBD7. Grayscale: #252525. Windows color (decimal): -12119000 or 2626631. OLE color: 2626631.

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

Color convert

RGB712040-
CMYK00.720.440.72
HSL336.47º56.04%17.84%-
HSV(B)336.47º71.83%27.84%-
XYZ3.231.992.22-
YUV37.53129.4151.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=54.20%
G=15.27%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71204000.720.440.72336.4756.0417.84
Hex4714280482C481503812
Octal10724500110541105207022
Binary10001111010010100001001000101100100100010101000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471428; }

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

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

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

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

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

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

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

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