#47003A

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

Shades of Blackberry #47003A

Tints of Blackberry #47003A

Color information

#47003A (or 0x47003A) is unknown color: approx Blackberry. HEX triplet: 47, 00 and 3A. RGB value is (71,0,58). Sum of RGB (Red+Green+Blue) = 71+0+58=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #47003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47003A is #B8FFC5. Grayscale: #1B1B1B. Windows color (decimal): -12124102 or 3801159. OLE color: 3801159.

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

Color convert

RGB71058-
CMYK010.180.72
HSL310.99º100%13.92%-
HSV(B)310.99º100%27.84%-
XYZ3.361.654.14-
YUV27.84145.02158.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 44.96%
R=55.04%
G=0%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71058010.180.72310.9910013.92
Hex4703A064124813764e
Octal10707201442211046714416
Binary100011101110100110010010010100100010011011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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