#47051F

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

Shades of Blackberry #47051F

Tints of Blackberry #47051F

Color information

#47051F (or 0x47051F) is unknown color: approx Blackberry. HEX triplet: 47, 05 and 1F. RGB value is (71,5,31). Sum of RGB (Red+Green+Blue) = 71+5+31=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #47051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47051F is #B8FAE0. Grayscale: #1B1B1B. Windows color (decimal): -12122849 or 2032967. OLE color: 2032967.

HSL color Cylindrical-coordinate representation of color #47051F: hue angle of 336.36º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47051F is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB71531-
CMYK00.930.560.72
HSL336.36º86.84%14.9%-
HSV(B)336.36º92.96%27.84%-
XYZ2.91.551.44-
YUV27.7129.87158.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.36%
GREEN value IS 5 (2.34% from 255) = 4.67%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=66.36%
G=4.67%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7153100.930.560.72336.3686.8414.9
Hex4751F05D384815057f
Octal10753701357011052012717
Binary10001111011111101011101111000100100010101000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,5,31); }

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

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

 a { background-color: rgb(71,5,31); }

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

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

 span { border-color: rgb(71,5,31); }

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