#471832

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

Shades of Blackberry #471832

Tints of Blackberry #471832

Color information

#471832 (or 0x471832) is unknown color: approx Blackberry. HEX triplet: 47, 18 and 32. RGB value is (71,24,50). Sum of RGB (Red+Green+Blue) = 71+24+50=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #471832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471832 is #B8E7CD. Grayscale: #282828. Windows color (decimal): -12117966 or 3283015. OLE color: 3283015.

HSL color Cylindrical-coordinate representation of color #471832: hue angle of 326.81º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #471832 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB712450-
CMYK00.660.300.72
HSL326.81º49.47%18.63%-
HSV(B)326.81º66.2%27.84%-
XYZ3.52.223.26-
YUV41.02133.07149.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 50 (19.92% from 255) = 34.48%
R=48.97%
G=16.55%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71245000.660.300.72326.8149.4718.63
Hex4718320421E481473113
Octal10730620102361105076123
Binary1000111110001100100100001011110100100010100011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471832; }

 p { color: rgb(71,24,50); }

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

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

 a { background-color: rgb(71,24,50); }

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

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

 span { border-color: rgb(71,24,50); }

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