#47033A

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

Shades of Blackberry #47033A

Tints of Blackberry #47033A

Color information

#47033A (or 0x47033A) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 3A. RGB value is (71,3,58). Sum of RGB (Red+Green+Blue) = 71+3+58=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47033A is #B8FCC5. Grayscale: #1D1D1D. Windows color (decimal): -12123334 or 3801927. OLE color: 3801927.

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

Color convert

RGB71358-
CMYK00.960.180.72
HSL311.47º91.89%14.51%-
HSV(B)311.47º95.77%27.84%-
XYZ3.391.714.15-
YUV29.6144.03157.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=53.79%
G=2.27%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7135800.960.180.72311.4791.8914.51
Hex4733A06012481375cf
Octal10737201402211046713417
Binary1000111111110100110000010010100100010011011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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