#47002B

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

Shades of Blackberry #47002B

Tints of Blackberry #47002B

Color information

#47002B (or 0x47002B) is unknown color: approx Blackberry. HEX triplet: 47, 00 and 2B. RGB value is (71,0,43). Sum of RGB (Red+Green+Blue) = 71+0+43=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #47002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47002B is #B8FFD4. Grayscale: #1A1A1A. Windows color (decimal): -12124117 or 2818119. OLE color: 2818119.

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

Color convert

RGB71043-
CMYK010.390.72
HSL323.66º100%13.92%-
HSV(B)323.66º100%27.84%-
XYZ3.031.512.42-
YUV26.13137.52160-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=62.28%
G=0%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71043010.390.72323.6610013.92
Hex4702B064274814464e
Octal10705301444711050414416
Binary1000111010101101100100100111100100010100010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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