#470B2A

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

Shades of Blackberry #470B2A

Tints of Blackberry #470B2A

Color information

#470B2A (or 0x470B2A) is unknown color: approx Blackberry. HEX triplet: 47, 0B and 2A. RGB value is (71,11,42). Sum of RGB (Red+Green+Blue) = 71+11+42=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #470B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B2A is #B8F4D5. Grayscale: #202020. Windows color (decimal): -12121302 or 2755399. OLE color: 2755399.

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

Color convert

RGB711142-
CMYK00.850.410.72
HSL329º73.17%16.08%-
HSV(B)329º84.51%27.84%-
XYZ3.141.752.36-
YUV32.47133.38155.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 11 (4.69% from 255) = 8.87%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=57.26%
G=8.87%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71114200.850.410.7232973.1716.08
Hex47B2A05529481494910
Octal107135201255111051111120
Binary10001111011101010010101011010011001000101001001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,11,42); }

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

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

 a { background-color: rgb(71,11,42); }

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

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

 span { border-color: rgb(71,11,42); }

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