#47103B

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

Shades of Blackberry #47103B

Tints of Blackberry #47103B

Color information

#47103B (or 0x47103B) is unknown color: approx Blackberry. HEX triplet: 47, 10 and 3B. RGB value is (71,16,59). Sum of RGB (Red+Green+Blue) = 71+16+59=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #47103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47103B is #B8EFC4. Grayscale: #252525. Windows color (decimal): -12120005 or 3870791. OLE color: 3870791.

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

Color convert

RGB711659-
CMYK00.770.170.72
HSL313.09º63.22%17.06%-
HSV(B)313.09º77.46%27.84%-
XYZ3.572.034.34-
YUV37.35140.22152-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 59 (23.44% from 255) = 40.41%
R=48.63%
G=10.96%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71165900.770.170.72313.0963.2217.06
Hex47103B04D11481393f11
Octal10720730115211104717721
Binary1000111100001110110100110110001100100010011100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47103B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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