#470D22

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

Shades of Blackberry #470D22

Tints of Blackberry #470D22

Color information

#470D22 (or 0x470D22) is unknown color: approx Blackberry. HEX triplet: 47, 0D and 22. RGB value is (71,13,34). Sum of RGB (Red+Green+Blue) = 71+13+34=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #470D22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D22 is #B8F2DD. Grayscale: #202020. Windows color (decimal): -12120798 or 2231623. OLE color: 2231623.

HSL color Cylindrical-coordinate representation of color #470D22: hue angle of 338.28º 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 #470D22 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB711334-
CMYK00.820.520.72
HSL338.28º69.05%16.47%-
HSV(B)338.28º81.69%27.84%-
XYZ3.031.741.69-
YUV32.74128.72155.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 13 (5.47% from 255) = 11.02%
BLUE value IS 34 (13.67% from 255) = 28.81%
R=60.17%
G=11.02%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71133400.820.520.72338.2869.0516.47
Hex47D2205234481524510
Octal107154201226411052210520
Binary10001111101100010010100101101001001000101010010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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