#47023E

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

Shades of Blackberry #47023E

Tints of Blackberry #47023E

Color information

#47023E (or 0x47023E) is unknown color: approx Blackberry. HEX triplet: 47, 02 and 3E. RGB value is (71,2,62). Sum of RGB (Red+Green+Blue) = 71+2+62=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47023E is #B8FDC1. Grayscale: #1D1D1D. Windows color (decimal): -12123586 or 4063815. OLE color: 4063815.

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

Color convert

RGB71262-
CMYK00.970.130.72
HSL307.83º94.52%14.31%-
HSV(B)307.83º97.18%27.84%-
XYZ3.491.734.71-
YUV29.47146.36157.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 62 (24.61% from 255) = 45.93%
R=52.59%
G=1.48%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7126200.970.130.72307.8394.5214.31
Hex4723E061D481345fe
Octal10727601411511046413716
Binary100011110111110011000011101100100010011010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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