#471125

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

Shades of Blackberry #471125

Tints of Blackberry #471125

Color information

#471125 (or 0x471125) is unknown color: approx Blackberry. HEX triplet: 47, 11 and 25. RGB value is (71,17,37). Sum of RGB (Red+Green+Blue) = 71+17+37=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #471125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471125 is #B8EEDA. Grayscale: #232323. Windows color (decimal): -12119771 or 2429255. OLE color: 2429255.

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

Color convert

RGB711737-
CMYK00.760.480.72
HSL337.78º61.36%17.25%-
HSV(B)337.78º76.06%27.84%-
XYZ3.131.871.95-
YUV35.43128.89153.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 37 (14.84% from 255) = 29.6%
R=56.8%
G=13.6%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71173700.760.480.72337.7861.3617.25
Hex47112504C30481523d11
Octal10721450114601105227521
Binary10001111000110010101001100110000100100010101001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471125; }

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

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

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

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

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

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

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

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