#471031

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

Shades of Blackberry #471031

Tints of Blackberry #471031

Color information

#471031 (or 0x471031) is unknown color: approx Blackberry. HEX triplet: 47, 10 and 31. RGB value is (71,16,49). Sum of RGB (Red+Green+Blue) = 71+16+49=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #471031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471031 is #B8EFCE. Grayscale: #242424. Windows color (decimal): -12120015 or 3215431. OLE color: 3215431.

HSL color Cylindrical-coordinate representation of color #471031: hue angle of 324º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471031 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB711649-
CMYK00.770.310.72
HSL324º63.22%17.06%-
HSV(B)324º77.46%27.84%-
XYZ3.341.933.1-
YUV36.21135.22152.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=52.21%
G=11.76%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71164900.770.310.7232463.2217.06
Hex47103104D1F481443f11
Octal10720610115371105047721
Binary1000111100001100010100110111111100100010100010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471031; }

 p { color: rgb(71,16,49); }

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

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

 a { background-color: rgb(71,16,49); }

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

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

 span { border-color: rgb(71,16,49); }

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