#47002A

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

Shades of Blackberry #47002A

Tints of Blackberry #47002A

Color information

#47002A (or 0x47002A) is unknown color: approx Blackberry. HEX triplet: 47, 00 and 2A. RGB value is (71,0,42). Sum of RGB (Red+Green+Blue) = 71+0+42=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #47002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47002A is #B8FFD5. Grayscale: #191919. Windows color (decimal): -12124118 or 2752583. OLE color: 2752583.

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

Color convert

RGB71042-
CMYK010.410.72
HSL324.51º100%13.92%-
HSV(B)324.51º100%27.84%-
XYZ3.021.512.32-
YUV26.02137.02160.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=62.83%
G=0%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71042010.410.72324.5110013.92
Hex4702A064294814564e
Octal10705201445111050514416
Binary1000111010101001100100101001100100010100010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47002A; }

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

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

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

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

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

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

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

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