#47033D

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

Shades of Blackberry #47033D

Tints of Blackberry #47033D

Color information

#47033D (or 0x47033D) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 3D. RGB value is (71,3,61). Sum of RGB (Red+Green+Blue) = 71+3+61=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47033D is #B8FCC2. Grayscale: #1D1D1D. Windows color (decimal): -12123331 or 3998535. OLE color: 3998535.

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

Color convert

RGB71361-
CMYK00.960.140.72
HSL308.82º91.89%14.51%-
HSV(B)308.82º95.77%27.84%-
XYZ3.471.744.57-
YUV29.94145.53157.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 61 (24.22% from 255) = 45.19%
R=52.59%
G=2.22%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7136100.960.140.72308.8291.8914.51
Hex4733D060E481355cf
Octal10737501401611046513417
Binary100011111111101011000001110100100010011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47033D; }

 p { color: rgb(71,3,61); }

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

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

 a { background-color: rgb(71,3,61); }

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

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

 span { border-color: rgb(71,3,61); }

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