#470826

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

Shades of Blackberry #470826

Tints of Blackberry #470826

Color information

#470826 (or 0x470826) is unknown color: approx Blackberry. HEX triplet: 47, 08 and 26. RGB value is (71,8,38). Sum of RGB (Red+Green+Blue) = 71+8+38=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #470826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470826 is #B8F7D9. Grayscale: #1E1E1E. Windows color (decimal): -12122074 or 2492487. OLE color: 2492487.

HSL color Cylindrical-coordinate representation of color #470826: hue angle of 331.43º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470826 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB71838-
CMYK00.890.460.72
HSL331.43º79.75%15.49%-
HSV(B)331.43º88.73%27.84%-
XYZ3.041.651.99-
YUV30.26132.37157.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 38 (15.23% from 255) = 32.48%
R=60.68%
G=6.84%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7183800.890.460.72331.4379.7515.49
Hex478260592E4814b50f
Octal107104601315611051312017
Binary1000111100010011001011001101110100100010100101110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470826; }

 p { color: rgb(71,8,38); }

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

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

 a { background-color: rgb(71,8,38); }

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

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

 span { border-color: rgb(71,8,38); }

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