#47001B

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

Shades of Blackberry #47001B

Tints of Blackberry #47001B

Color information

#47001B (or 0x47001B) is unknown color: approx Blackberry. HEX triplet: 47, 00 and 1B. RGB value is (71,0,27). Sum of RGB (Red+Green+Blue) = 71+0+27=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #47001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47001B is #B8FFE4. Grayscale: #181818. Windows color (decimal): -12124133 or 1769543. OLE color: 1769543.

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

Color convert

RGB71027-
CMYK010.620.72
HSL337.18º100%13.92%-
HSV(B)337.18º100%27.84%-
XYZ2.81.421.16-
YUV24.31129.52161.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 72.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=72.45%
G=0%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71027010.620.72337.1810013.92
Hex4701B0643E4815164e
Octal10703301447611052114416
Binary100011101101101100100111110100100010101000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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