#470022

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

Shades of Blackberry #470022

Tints of Blackberry #470022

Color information

#470022 (or 0x470022) is unknown color: approx Blackberry. HEX triplet: 47, 00 and 22. RGB value is (71,0,34). Sum of RGB (Red+Green+Blue) = 71+0+34=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #470022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470022 is #B8FFDD. Grayscale: #191919. Windows color (decimal): -12124126 or 2228295. OLE color: 2228295.

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

Color convert

RGB71034-
CMYK010.520.72
HSL331.27º100%13.92%-
HSV(B)331.27º100%27.84%-
XYZ2.891.461.64-
YUV25.1133.02160.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 32.38%
R=67.62%
G=0%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71034010.520.72331.2710013.92
Hex47022064344814b64e
Octal10704201446411051314416
Binary1000111010001001100100110100100100010100101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470022; }

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

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

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

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

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

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

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

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