#47013B

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

Shades of Blackberry #47013B

Tints of Blackberry #47013B

Color information

#47013B (or 0x47013B) is unknown color: approx Blackberry. HEX triplet: 47, 01 and 3B. RGB value is (71,1,59). Sum of RGB (Red+Green+Blue) = 71+1+59=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #47013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47013B is #B8FEC4. Grayscale: #1C1C1C. Windows color (decimal): -12123845 or 3866951. OLE color: 3866951.

HSL color Cylindrical-coordinate representation of color #47013B: hue angle of 310.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 #47013B is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB71159-
CMYK00.990.170.72
HSL310.29º97.22%14.12%-
HSV(B)310.29º98.59%27.84%-
XYZ3.41.684.28-
YUV28.54145.19158.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 59 (23.44% from 255) = 45.04%
R=54.20%
G=0.76%
B=45.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7115900.990.170.72310.2997.2214.12
Hex4713B063114813661e
Octal10717301432111046614116
Binary100011111110110110001110001100100010011011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47013B; }

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

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

<style>
 a { background-color: #47013B; }

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

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

<style>
 span { border-color: #47013B; }

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

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