#471027

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

Shades of Blackberry #471027

Tints of Blackberry #471027

Color information

#471027 (or 0x471027) is unknown color: approx Blackberry. HEX triplet: 47, 10 and 27. RGB value is (71,16,39). Sum of RGB (Red+Green+Blue) = 71+16+39=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471027 is #B8EFD8. Grayscale: #232323. Windows color (decimal): -12120025 or 2560071. OLE color: 2560071.

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

Color convert

RGB711639-
CMYK00.770.450.72
HSL334.91º63.22%17.06%-
HSV(B)334.91º77.46%27.84%-
XYZ3.151.862.11-
YUV35.07130.22153.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=56.35%
G=12.70%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71163900.770.450.72334.9163.2217.06
Hex47102704D2D4814f3f11
Octal10720470115551105177721
Binary10001111000010011101001101101101100100010100111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471027; }

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

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

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

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

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

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

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

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