#47002E

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

Shades of Blackberry #47002E

Tints of Blackberry #47002E

Color information

#47002E (or 0x47002E) is unknown color: approx Blackberry. HEX triplet: 47, 00 and 2E. RGB value is (71,0,46). Sum of RGB (Red+Green+Blue) = 71+0+46=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47002E is #B8FFD1. Grayscale: #1A1A1A. Windows color (decimal): -12124114 or 3014727. OLE color: 3014727.

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

Color convert

RGB71046-
CMYK010.350.72
HSL321.13º100%13.92%-
HSV(B)321.13º100%27.84%-
XYZ3.091.542.72-
YUV26.47139.02159.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=60.68%
G=0%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71046010.350.72321.1310013.92
Hex4702E064234814164e
Octal10705601444311050114416
Binary1000111010111001100100100011100100010100000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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