#47073D

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

Shades of Blackberry #47073D

Tints of Blackberry #47073D

Color information

#47073D (or 0x47073D) is unknown color: approx Blackberry. HEX triplet: 47, 07 and 3D. RGB value is (71,7,61). Sum of RGB (Red+Green+Blue) = 71+7+61=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47073D is #B8F8C2. Grayscale: #202020. Windows color (decimal): -12122307 or 3999559. OLE color: 3999559.

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

Color convert

RGB71761-
CMYK00.900.140.72
HSL309.38º82.05%15.29%-
HSV(B)309.38º90.14%27.84%-
XYZ3.521.834.58-
YUV32.29144.2155.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 61 (24.22% from 255) = 43.88%
R=51.08%
G=5.04%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7176100.900.140.72309.3882.0515.29
Hex4773D05AE4813552f
Octal10777501321611046512217
Binary1000111111111101010110101110100100010011010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47073D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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