#47012F

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

Shades of Blackberry #47012F

Tints of Blackberry #47012F

Color information

#47012F (or 0x47012F) is unknown color: approx Blackberry. HEX triplet: 47, 01 and 2F. RGB value is (71,1,47). Sum of RGB (Red+Green+Blue) = 71+1+47=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47012F is #B8FED0. Grayscale: #1B1B1B. Windows color (decimal): -12123857 or 3080519. OLE color: 3080519.

HSL color Cylindrical-coordinate representation of color #47012F: hue angle of 320.57º 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 #47012F is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB71147-
CMYK00.990.340.72
HSL320.57º97.22%14.12%-
HSV(B)320.57º98.59%27.84%-
XYZ3.121.572.83-
YUV27.17139.19159.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 47 (18.75% from 255) = 39.50%
R=59.66%
G=0.84%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7114700.990.340.72320.5797.2214.12
Hex4712F063224814161e
Octal10715701434211050114116
Binary1000111110111101100011100010100100010100000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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