Html Css Color HEX #470221 Blackberry

📋 copy color: '#470221'

red 71 ◦ green 2 ◦ blue 33

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

Shades of Blackberry #470221

Tints of Blackberry #470221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

 BLUE value IS 33 (13.28% from 255) = 31.13%

R = 66.98%
G = 1.89%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#470221 (or 0x470221) is known color: Blackberry. HEX triplet: 47, 02 and 21. RGB value is (71,2,33). Sum of RGB (Red+Green+Blue) = 71+2+33=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #470221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470221 is #B8FDDE. Grayscale: #1A1A1A. Windows color (decimal): -12123615 or 2163271. OLE color: 2163271.

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

Color convert

RGB 71 2 33 -
CMYK 0 0.97 0.54 0.72
HSL 333.04º 0.95% 0.14% -
HSV(B) 333.04º 0.97% 0.28% -
XYZ 2.89 1.49 1.57 -
YUV 26.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 71 2 33 0 0.97 0.54 0.72 333.04 0.95 0.14
Hex 47 2 21 0 61 36 48 14D 5F E
Octal 107 2 41 0 141 66 110 515 137 16
Binary 1000111 10 100001 0 1100001 110110 1001000 101001101 1011111 1110

Color Harmonies of #470221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470221

Black with #470221

Text Example


Text Example

White with #470221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470221; }

 p { color: rgb(71,2,33); }

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

background-color css

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

 a { background-color: rgb(71,2,33); }

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

border-color css

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

 span { border-color: rgb(71,2,33); }

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