#470338

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

Shades of Blackberry #470338

Tints of Blackberry #470338

Color information

#470338 (or 0x470338) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 38. RGB value is (71,3,56). Sum of RGB (Red+Green+Blue) = 71+3+56=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #470338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470338 is #B8FCC7. Grayscale: #1D1D1D. Windows color (decimal): -12123336 or 3670855. OLE color: 3670855.

HSL color Cylindrical-coordinate representation of color #470338: hue angle of 313.24º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470338 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB71356-
CMYK00.960.210.72
HSL313.24º91.89%14.51%-
HSV(B)313.24º95.77%27.84%-
XYZ3.341.693.89-
YUV29.37143.03157.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 56 (22.27% from 255) = 43.08%
R=54.62%
G=2.31%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7135600.960.210.72313.2491.8914.51
Hex4733806015481395cf
Octal10737001402511047113417
Binary1000111111110000110000010101100100010011100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470338; }

 p { color: rgb(71,3,56); }

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

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

 a { background-color: rgb(71,3,56); }

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

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

 span { border-color: rgb(71,3,56); }

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