#470125

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

Shades of Blackberry #470125

Tints of Blackberry #470125

Color information

#470125 (or 0x470125) is unknown color: approx Blackberry. HEX triplet: 47, 01 and 25. RGB value is (71,1,37). Sum of RGB (Red+Green+Blue) = 71+1+37=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #470125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470125 is #B8FEDA. Grayscale: #191919. Windows color (decimal): -12123867 or 2425159. OLE color: 2425159.

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

Color convert

RGB71137-
CMYK00.990.480.72
HSL329.14º97.22%14.12%-
HSV(B)329.14º98.59%27.84%-
XYZ2.941.491.88-
YUV26.03134.19160.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.14%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=65.14%
G=0.92%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7113700.990.480.72329.1497.2214.12
Hex47125063304814961e
Octal10714501436011051114116
Binary1000111110010101100011110000100100010100100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470125; }

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

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

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

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

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

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

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

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