#471634

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

Shades of Blackberry #471634

Tints of Blackberry #471634

Color information

#471634 (or 0x471634) is unknown color: approx Blackberry. HEX triplet: 47, 16 and 34. RGB value is (71,22,52). Sum of RGB (Red+Green+Blue) = 71+22+52=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #471634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471634 is #B8E9CB. Grayscale: #282828. Windows color (decimal): -12118476 or 3413575. OLE color: 3413575.

HSL color Cylindrical-coordinate representation of color #471634: hue angle of 323.27º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471634 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB712252-
CMYK00.690.270.72
HSL323.27º52.69%18.24%-
HSV(B)323.27º69.01%27.84%-
XYZ3.512.163.48-
YUV40.07134.73150.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 52 (20.70% from 255) = 35.86%
R=48.97%
G=15.17%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71225200.690.270.72323.2752.6918.24
Hex4716340451B481433512
Octal10726640105331105036522
Binary1000111101101101000100010111011100100010100001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471634; }

 p { color: rgb(71,22,52); }

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

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

 a { background-color: rgb(71,22,52); }

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

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

 span { border-color: rgb(71,22,52); }

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