#470625

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

Shades of Blackberry #470625

Tints of Blackberry #470625

Color information

#470625 (or 0x470625) is unknown color: approx Blackberry. HEX triplet: 47, 06 and 25. RGB value is (71,6,37). Sum of RGB (Red+Green+Blue) = 71+6+37=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #470625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470625 is #B8F9DA. Grayscale: #1C1C1C. Windows color (decimal): -12122587 or 2426439. OLE color: 2426439.

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

Color convert

RGB71637-
CMYK00.920.480.72
HSL331.38º84.42%15.1%-
HSV(B)331.38º91.55%27.84%-
XYZ31.61.9-
YUV28.97132.53157.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 6 (2.73% from 255) = 5.26%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=62.28%
G=5.26%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7163700.920.480.72331.3884.4215.1
Hex4762505C304814b54f
Octal10764501346011051312417
Binary100011111010010101011100110000100100010100101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470625; }

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

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

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

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

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

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

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

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