#472138

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

Shades of Blackberry #472138

Tints of Blackberry #472138

Color information

#472138 (or 0x472138) is unknown color: approx Blackberry. HEX triplet: 47, 21 and 38. RGB value is (71,33,56). Sum of RGB (Red+Green+Blue) = 71+33+56=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #472138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472138 is #B8DEC7. Grayscale: #2E2E2E. Windows color (decimal): -12115656 or 3678535. OLE color: 3678535.

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

Color convert

RGB713356-
CMYK00.540.210.72
HSL323.68º36.54%20.39%-
HSV(B)323.68º53.52%27.84%-
XYZ3.862.714.06-
YUV46.98133.09145.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 56 (22.27% from 255) = 35%
R=44.38%
G=20.62%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71335600.540.210.72323.6836.5420.39
Hex47213803615481442514
Octal1074170066251105044524
Binary1000111100001111000011011010101100100010100010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472138; }

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

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

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

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

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

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

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

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