Html Css Color HEX #470620 Blackberry

📋 copy color: '#470620'

red 71 ◦ green 6 ◦ blue 32

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

Shades of Blackberry #470620

Tints of Blackberry #470620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.5%

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

R = 65.14%
G = 5.5%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#470620 (or 0x470620) is known color: Blackberry. HEX triplet: 47, 06 and 20. RGB value is (71,6,32). Sum of RGB (Red+Green+Blue) = 71+6+32=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #470620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470620 is #B8F9DF. Grayscale: #1C1C1C. Windows color (decimal): -12122592 or 2098759. OLE color: 2098759.

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

Color convert

RGB 71 6 32 -
CMYK 0 0.92 0.55 0.72
HSL 336º 0.84% 0.15% -
HSV(B) 336º 0.92% 0.28% -
XYZ 2.92 1.57 1.52 -
YUV 28.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 71 6 32 0 0.92 0.55 0.72 336 0.84 0.15
Hex 47 6 20 0 5C 37 48 150 54 F
Octal 107 6 40 0 134 67 110 520 124 17
Binary 1000111 110 100000 0 1011100 110111 1001000 101010000 1010100 1111

Color Harmonies of #470620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470620

Black with #470620

Text Example


Text Example

White with #470620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470620; }

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

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

background-color css

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

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

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

border-color css

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

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

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