#471939

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

Shades of Blackberry #471939

Tints of Blackberry #471939

Color information

#471939 (or 0x471939) is unknown color: approx Blackberry. HEX triplet: 47, 19 and 39. RGB value is (71,25,57). Sum of RGB (Red+Green+Blue) = 71+25+57=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #471939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471939 is #B8E6C6. Grayscale: #2A2A2A. Windows color (decimal): -12117703 or 3742023. OLE color: 3742023.

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

Color convert

RGB712557-
CMYK00.650.200.72
HSL318.26º47.92%18.82%-
HSV(B)318.26º64.79%27.84%-
XYZ3.682.334.13-
YUV42.4136.24148.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 57 (22.66% from 255) = 37.25%
R=46.41%
G=16.34%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71255700.650.200.72318.2647.9218.82
Hex471939041144813e3013
Octal10731710101241104766023
Binary1000111110011110010100000110100100100010011111011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471939; }

 p { color: rgb(71,25,57); }

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

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

 a { background-color: rgb(71,25,57); }

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

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

 span { border-color: rgb(71,25,57); }

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