Html Css Color HEX #470520 Blackberry

📋 copy color: '#470520'

red 71 ◦ green 5 ◦ blue 32

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

Shades of Blackberry #470520

Tints of Blackberry #470520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.63%

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

R = 65.74%
G = 4.63%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#470520 (or 0x470520) is known color: Blackberry. HEX triplet: 47, 05 and 20. RGB value is (71,5,32). Sum of RGB (Red+Green+Blue) = 71+5+32=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #470520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470520 is #B8FADF. Grayscale: #1B1B1B. Windows color (decimal): -12122848 or 2098503. OLE color: 2098503.

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

Color convert

RGB 71 5 32 -
CMYK 0 0.93 0.55 0.72
HSL 335.45º 0.87% 0.15% -
HSV(B) 335.45º 0.93% 0.28% -
XYZ 2.91 1.55 1.51 -
YUV 27.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 71 5 32 0 0.93 0.55 0.72 335.45 0.87 0.15
Hex 47 5 20 0 5D 37 48 14F 57 F
Octal 107 5 40 0 135 67 110 517 127 17
Binary 1000111 101 100000 0 1011101 110111 1001000 101001111 1010111 1111

Color Harmonies of #470520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470520

Black with #470520

Text Example


Text Example

White with #470520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470520; }

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

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

background-color css

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

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

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

border-color css

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

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

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