#470025

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

Shades of Blackberry #470025

Tints of Blackberry #470025

Color information

#470025 (or 0x470025) is unknown color: approx Blackberry. HEX triplet: 47, 00 and 25. RGB value is (71,0,37). Sum of RGB (Red+Green+Blue) = 71+0+37=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #470025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470025 is #B8FFDA. Grayscale: #191919. Windows color (decimal): -12124123 or 2424903. OLE color: 2424903.

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

Color convert

RGB71037-
CMYK010.480.72
HSL328.73º100%13.92%-
HSV(B)328.73º100%27.84%-
XYZ2.931.471.88-
YUV25.45134.52160.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=65.74%
G=0%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71037010.480.72328.7310013.92
Hex47025064304814964e
Octal10704501446011051114416
Binary1000111010010101100100110000100100010100100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470025; }

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

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

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

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

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

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

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

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