Html Css Color HEX #470521 Blackberry

📋 copy color: '#470521'

red 71 ◦ green 5 ◦ blue 33

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

Shades of Blackberry #470521

Tints of Blackberry #470521

RGB

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

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

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

R = 65.14%
G = 4.59%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#470521 (or 0x470521) is known color: Blackberry. HEX triplet: 47, 05 and 21. RGB value is (71,5,33). Sum of RGB (Red+Green+Blue) = 71+5+33=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #470521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470521 is #B8FADE. Grayscale: #1B1B1B. Windows color (decimal): -12122847 or 2164039. OLE color: 2164039.

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

Color convert

RGB 71 5 33 -
CMYK 0 0.93 0.54 0.72
HSL 334.55º 0.87% 0.15% -
HSV(B) 334.55º 0.93% 0.28% -
XYZ 2.93 1.56 1.59 -
YUV 27.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 71 5 33 0 0.93 0.54 0.72 334.55 0.87 0.15
Hex 47 5 21 0 5D 36 48 14F 57 F
Octal 107 5 41 0 135 66 110 517 127 17
Binary 1000111 101 100001 0 1011101 110110 1001000 101001111 1010111 1111

Color Harmonies of #470521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470521

Black with #470521

Text Example


Text Example

White with #470521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470521; }

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

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

background-color css

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

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

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

border-color css

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

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

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