Html Css Color HEX #470020 Blackberry

📋 copy color: '#470020'

red 71 ◦ green 0 ◦ blue 32

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

Shades of Blackberry #470020

Tints of Blackberry #470020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.93%
G = 0%
B = 31.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#470020 (or 0x470020) is known color: Blackberry. HEX triplet: 47, 00 and 20. RGB value is (71,0,32). Sum of RGB (Red+Green+Blue) = 71+0+32=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #470020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470020 is #B8FFDF. Grayscale: #181818. Windows color (decimal): -12124128 or 2097223. OLE color: 2097223.

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

Color convert

RGB 71 0 32 -
CMYK 0 1 0.55 0.72
HSL 332.96º 1% 0.14% -
HSV(B) 332.96º 1% 0.28% -
XYZ 2.86 1.44 1.49 -
YUV 24.88 132.02 160.9 -
System Red Green Blue C M Y K H S L
Decimal 71 0 32 0 1 0.55 0.72 332.96 1 0.14
Hex 47 0 20 0 64 37 48 14D 64 E
Octal 107 0 40 0 144 67 110 515 144 16
Binary 1000111 0 100000 0 1100100 110111 1001000 101001101 1100100 1110

Color Harmonies of #470020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470020

Black with #470020

Text Example


Text Example

White with #470020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470020; }

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

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

background-color css

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

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

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

border-color css

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

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

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