#47123A

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

Shades of Blackberry #47123A

Tints of Blackberry #47123A

Color information

#47123A (or 0x47123A) is unknown color: approx Blackberry. HEX triplet: 47, 12 and 3A. RGB value is (71,18,58). Sum of RGB (Red+Green+Blue) = 71+18+58=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47123A is #B8EDC5. Grayscale: #262626. Windows color (decimal): -12119494 or 3805767. OLE color: 3805767.

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

Color convert

RGB711858-
CMYK00.750.180.72
HSL314.72º59.55%17.45%-
HSV(B)314.72º74.65%27.84%-
XYZ3.582.084.22-
YUV38.41139.06151.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=48.30%
G=12.24%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71185800.750.180.72314.7259.5517.45
Hex47123A04B124813b3c11
Octal10722720113221104737421
Binary1000111100101110100100101110010100100010011101111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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