#471135

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

Shades of Blackberry #471135

Tints of Blackberry #471135

Color information

#471135 (or 0x471135) is unknown color: approx Blackberry. HEX triplet: 47, 11 and 35. RGB value is (71,17,53). Sum of RGB (Red+Green+Blue) = 71+17+53=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #471135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471135 is #B8EECA. Grayscale: #252525. Windows color (decimal): -12119755 or 3477831. OLE color: 3477831.

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

Color convert

RGB711753-
CMYK00.760.250.72
HSL320º61.36%17.25%-
HSV(B)320º76.06%27.84%-
XYZ3.4423.57-
YUV37.25136.89152.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=50.35%
G=12.06%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71175300.760.250.7232061.3617.25
Hex47113504C19481403d11
Octal10721650114311105007521
Binary1000111100011101010100110011001100100010100000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471135; }

 p { color: rgb(71,17,53); }

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

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

 a { background-color: rgb(71,17,53); }

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

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

 span { border-color: rgb(71,17,53); }

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