#47012D

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

Shades of Blackberry #47012D

Tints of Blackberry #47012D

Color information

#47012D (or 0x47012D) is unknown color: approx Blackberry. HEX triplet: 47, 01 and 2D. RGB value is (71,1,45). Sum of RGB (Red+Green+Blue) = 71+1+45=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47012D is #B8FED2. Grayscale: #1A1A1A. Windows color (decimal): -12123859 or 2949447. OLE color: 2949447.

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

Color convert

RGB71145-
CMYK00.990.370.72
HSL322.29º97.22%14.12%-
HSV(B)322.29º98.59%27.84%-
XYZ3.081.552.62-
YUV26.95138.19159.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=60.68%
G=0.85%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7114500.990.370.72322.2997.2214.12
Hex4712D063254814261e
Octal10715501434511050214116
Binary1000111110110101100011100101100100010100001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,1,45); }

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

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

 a { background-color: rgb(71,1,45); }

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

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

 span { border-color: rgb(71,1,45); }

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