#471831

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

Shades of Blackberry #471831

Tints of Blackberry #471831

Color information

#471831 (or 0x471831) is unknown color: approx Blackberry. HEX triplet: 47, 18 and 31. RGB value is (71,24,49). Sum of RGB (Red+Green+Blue) = 71+24+49=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #471831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471831 is #B8E7CE. Grayscale: #282828. Windows color (decimal): -12117967 or 3217479. OLE color: 3217479.

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

Color convert

RGB712449-
CMYK00.660.310.72
HSL328.09º49.47%18.63%-
HSV(B)328.09º66.2%27.84%-
XYZ3.482.213.15-
YUV40.9132.57149.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 49 (19.53% from 255) = 34.03%
R=49.31%
G=16.67%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71244900.660.310.72328.0949.4718.63
Hex4718310421F481483113
Octal10730610102371105106123
Binary1000111110001100010100001011111100100010100100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471831; }

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

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

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

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

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

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

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

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