#470722

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

Shades of Blackberry #470722

Tints of Blackberry #470722

Color information

#470722 (or 0x470722) is unknown color: approx Blackberry. HEX triplet: 47, 07 and 22. RGB value is (71,7,34). Sum of RGB (Red+Green+Blue) = 71+7+34=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #470722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470722 is #B8F8DD. Grayscale: #1D1D1D. Windows color (decimal): -12122334 or 2230087. OLE color: 2230087.

HSL color Cylindrical-coordinate representation of color #470722: hue angle of 334.69º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470722 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB71734-
CMYK00.900.520.72
HSL334.69º82.05%15.29%-
HSV(B)334.69º90.14%27.84%-
XYZ2.961.611.67-
YUV29.21130.7157.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.39%
GREEN value IS 7 (3.12% from 255) = 6.25%
BLUE value IS 34 (13.67% from 255) = 30.36%
R=63.39%
G=6.25%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7173400.900.520.72334.6982.0515.29
Hex4772205A344814f52f
Octal10774201326411051712217
Binary100011111110001001011010110100100100010100111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470722; }

 p { color: rgb(71,7,34); }

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

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

 a { background-color: rgb(71,7,34); }

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

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

 span { border-color: rgb(71,7,34); }

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