#470823

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

Shades of Blackberry #470823

Tints of Blackberry #470823

Color information

#470823 (or 0x470823) is unknown color: approx Blackberry. HEX triplet: 47, 08 and 23. RGB value is (71,8,35). Sum of RGB (Red+Green+Blue) = 71+8+35=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #470823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470823 is #B8F7DC. Grayscale: #1D1D1D. Windows color (decimal): -12122077 or 2295879. OLE color: 2295879.

HSL color Cylindrical-coordinate representation of color #470823: hue angle of 334.29º 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 #470823 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB71835-
CMYK00.890.510.72
HSL334.29º79.75%15.49%-
HSV(B)334.29º88.73%27.84%-
XYZ2.991.631.75-
YUV29.92130.87157.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 8 (3.52% from 255) = 7.02%
BLUE value IS 35 (14.06% from 255) = 30.70%
R=62.28%
G=7.02%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7183500.890.510.72334.2979.7515.49
Hex47823059334814e50f
Octal107104301316311051612017
Binary1000111100010001101011001110011100100010100111010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470823; }

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

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

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

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

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

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

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

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