Html Css Color HEX #470820 Blackberry

📋 copy color: '#470820'

red 71 ◦ green 8 ◦ blue 32

#470820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #470820

Tints of Blackberry #470820

RGB

 RED value IS 71 (28.13% from 255) = 63.96%

 GREEN value IS 8 (3.52% from 255) = 7.21%

 BLUE value IS 32 (12.89% from 255) = 28.83%

R = 63.96%
G = 7.21%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#470820 (or 0x470820) is known color: Blackberry. HEX triplet: 47, 08 and 20. RGB value is (71,8,32). Sum of RGB (Red+Green+Blue) = 71+8+32=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #470820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470820 is #B8F7DF. Grayscale: #1D1D1D. Windows color (decimal): -12122080 or 2099271. OLE color: 2099271.

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

Color convert

RGB 71 8 32 -
CMYK 0 0.89 0.55 0.72
HSL 337.14º 0.8% 0.15% -
HSV(B) 337.14º 0.89% 0.28% -
XYZ 2.95 1.62 1.52 -
YUV 29.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 71 8 32 0 0.89 0.55 0.72 337.14 0.8 0.15
Hex 47 8 20 0 59 37 48 151 50 F
Octal 107 10 40 0 131 67 110 521 120 17
Binary 1000111 1000 100000 0 1011001 110111 1001000 101010001 1010000 1111

Color Harmonies of #470820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470820

Black with #470820

Text Example


Text Example

White with #470820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470820; }

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

 H1.HeaderClassName
 {
   color: #470820;
 }
 .AnyTagClassName
 {
   color: #470820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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