#47093D

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

Shades of Blackberry #47093D

Tints of Blackberry #47093D

Color information

#47093D (or 0x47093D) is unknown color: approx Blackberry. HEX triplet: 47, 09 and 3D. RGB value is (71,9,61). Sum of RGB (Red+Green+Blue) = 71+9+61=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #47093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47093D is #B8F6C2. Grayscale: #212121. Windows color (decimal): -12121795 or 4000071. OLE color: 4000071.

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

Color convert

RGB71961-
CMYK00.870.140.72
HSL309.68º77.5%15.69%-
HSV(B)309.68º87.32%27.84%-
XYZ3.541.874.59-
YUV33.47143.54154.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 61 (24.22% from 255) = 43.26%
R=50.35%
G=6.38%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7196100.870.140.72309.6877.515.69
Hex4793D057E481364e10
Octal107117501271611046611620
Binary100011110011111010101011111101001000100110110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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