#47102A

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

Shades of Blackberry #47102A

Tints of Blackberry #47102A

Color information

#47102A (or 0x47102A) is unknown color: approx Blackberry. HEX triplet: 47, 10 and 2A. RGB value is (71,16,42). Sum of RGB (Red+Green+Blue) = 71+16+42=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #47102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47102A is #B8EFD5. Grayscale: #232323. Windows color (decimal): -12120022 or 2756679. OLE color: 2756679.

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

Color convert

RGB711642-
CMYK00.770.410.72
HSL331.64º63.22%17.06%-
HSV(B)331.64º77.46%27.84%-
XYZ3.21.882.38-
YUV35.41131.72153.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.04%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=55.04%
G=12.40%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71164200.770.410.72331.6463.2217.06
Hex47102A04D294814c3f11
Octal10720520115511105147721
Binary10001111000010101001001101101001100100010100110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,16,42); }

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

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

 a { background-color: rgb(71,16,42); }

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

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

 span { border-color: rgb(71,16,42); }

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