#471030

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

Shades of Blackberry #471030

Tints of Blackberry #471030

Color information

#471030 (or 0x471030) is unknown color: approx Blackberry. HEX triplet: 47, 10 and 30. RGB value is (71,16,48). Sum of RGB (Red+Green+Blue) = 71+16+48=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #471030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471030 is #B8EFCF. Grayscale: #242424. Windows color (decimal): -12120016 or 3149895. OLE color: 3149895.

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

Color convert

RGB711648-
CMYK00.770.320.72
HSL325.09º63.22%17.06%-
HSV(B)325.09º77.46%27.84%-
XYZ3.321.922.99-
YUV36.09134.72152.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=52.59%
G=11.85%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71164800.770.320.72325.0963.2217.06
Hex47103004D20481453f11
Octal10720600115401105057721
Binary10001111000011000001001101100000100100010100010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471030; }

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

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

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

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

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

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

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

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