#470D2B

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

Shades of Blackberry #470D2B

Tints of Blackberry #470D2B

Color information

#470D2B (or 0x470D2B) is unknown color: approx Blackberry. HEX triplet: 47, 0D and 2B. RGB value is (71,13,43). Sum of RGB (Red+Green+Blue) = 71+13+43=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #470D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D2B is #B8F2D4. Grayscale: #212121. Windows color (decimal): -12120789 or 2821447. OLE color: 2821447.

HSL color Cylindrical-coordinate representation of color #470D2B: hue angle of 328.97º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #470D2B is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB711343-
CMYK00.820.390.72
HSL328.97º69.05%16.47%-
HSV(B)328.97º81.69%27.84%-
XYZ3.181.82.47-
YUV33.76133.22154.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 13 (5.47% from 255) = 10.24%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=55.91%
G=10.24%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71134300.820.390.72328.9769.0516.47
Hex47D2B05227481494510
Octal107155301224711051110520
Binary10001111101101011010100101001111001000101001001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470D2B; }

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

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

<style>
 a { background-color: #470D2B; }

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

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

<style>
 span { border-color: #470D2B; }

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

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