#47133A

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

Shades of Blackberry #47133A

Tints of Blackberry #47133A

Color information

#47133A (or 0x47133A) is unknown color: approx Blackberry. HEX triplet: 47, 13 and 3A. RGB value is (71,19,58). Sum of RGB (Red+Green+Blue) = 71+19+58=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47133A is #B8ECC5. Grayscale: #262626. Windows color (decimal): -12119238 or 3806023. OLE color: 3806023.

HSL color Cylindrical-coordinate representation of color #47133A: hue angle of 315º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47133A is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB711958-
CMYK00.730.180.72
HSL315º57.78%17.65%-
HSV(B)315º73.24%27.84%-
XYZ3.62.114.22-
YUV38.99138.73150.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=47.97%
G=12.84%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71195800.730.180.7231557.7817.65
Hex47133A049124813b3a12
Octal10723720111221104737222
Binary1000111100111110100100100110010100100010011101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47133A; }

 p { color: rgb(71,19,58); }

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

<style>
 a { background-color: #47133A; }

 a { background-color: rgb(71,19,58); }

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

<style>
 span { border-color: #47133A; }

 span { border-color: rgb(71,19,58); }

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