#471730

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

Shades of Blackberry #471730

Tints of Blackberry #471730

Color information

#471730 (or 0x471730) is unknown color: approx Blackberry. HEX triplet: 47, 17 and 30. RGB value is (71,23,48). Sum of RGB (Red+Green+Blue) = 71+23+48=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #471730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471730 is #B8E8CF. Grayscale: #282828. Windows color (decimal): -12118224 or 3151687. OLE color: 3151687.

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

Color convert

RGB712348-
CMYK00.680.320.72
HSL328.75º51.06%18.43%-
HSV(B)328.75º67.61%27.84%-
XYZ3.442.173.03-
YUV40.2132.4149.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=50%
G=16.20%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71234800.680.320.72328.7551.0618.43
Hex47173004420481493312
Octal10727600104401105116322
Binary10001111011111000001000100100000100100010100100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471730; }

 p { color: rgb(71,23,48); }

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

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

 a { background-color: rgb(71,23,48); }

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

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

 span { border-color: rgb(71,23,48); }

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