#47023D

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

Shades of Blackberry #47023D

Tints of Blackberry #47023D

Color information

#47023D (or 0x47023D) is unknown color: approx Blackberry. HEX triplet: 47, 02 and 3D. RGB value is (71,2,61). Sum of RGB (Red+Green+Blue) = 71+2+61=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47023D is #B8FDC2. Grayscale: #1D1D1D. Windows color (decimal): -12123587 or 3998279. OLE color: 3998279.

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

Color convert

RGB71261-
CMYK00.970.140.72
HSL308.7º94.52%14.31%-
HSV(B)308.7º97.18%27.84%-
XYZ3.461.724.56-
YUV29.36145.86157.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 61 (24.22% from 255) = 45.52%
R=52.99%
G=1.49%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7126100.970.140.72308.794.5214.31
Hex4723D061E481355fe
Octal10727501411611046513716
Binary100011110111101011000011110100100010011010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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