#471533

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

Shades of Blackberry #471533

Tints of Blackberry #471533

Color information

#471533 (or 0x471533) is unknown color: approx Blackberry. HEX triplet: 47, 15 and 33. RGB value is (71,21,51). Sum of RGB (Red+Green+Blue) = 71+21+51=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471533 is #B8EACC. Grayscale: #272727. Windows color (decimal): -12118733 or 3347783. OLE color: 3347783.

HSL color Cylindrical-coordinate representation of color #471533: hue angle of 324º 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 #471533 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB712151-
CMYK00.700.280.72
HSL324º54.35%18.04%-
HSV(B)324º70.42%27.84%-
XYZ3.462.113.36-
YUV39.37134.56150.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=49.65%
G=14.69%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71215100.700.280.7232454.3518.04
Hex4715330461C481443612
Octal10725630106341105046622
Binary1000111101011100110100011011100100100010100010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471533; }

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

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

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

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

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

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

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

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