Html Css Color HEX #472034 Blackberry

📋 copy color: '#472034'

red 71 ◦ green 32 ◦ blue 52

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

Shades of Blackberry #472034

Tints of Blackberry #472034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

 BLUE value IS 52 (20.7% from 255) = 33.55%

R = 45.81%
G = 20.65%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#472034 (or 0x472034) is known color: Blackberry. HEX triplet: 47, 20 and 34. RGB value is (71,32,52). Sum of RGB (Red+Green+Blue) = 71+32+52=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #472034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472034 is #B8DFCB. Grayscale: #2D2D2D. Windows color (decimal): -12115916 or 3416135. OLE color: 3416135.

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

Color convert

RGB 71 32 52 -
CMYK 0 0.55 0.27 0.72
HSL 329.23º 0.38% 0.2% -
HSV(B) 329.23º 0.55% 0.28% -
XYZ 3.73 2.62 3.56 -
YUV 45.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 71 32 52 0 0.55 0.27 0.72 329.23 0.38 0.2
Hex 47 20 34 0 37 1B 48 149 26 14
Octal 107 40 64 0 67 33 110 511 46 24
Binary 1000111 100000 110100 0 110111 11011 1001000 101001001 100110 10100

Color Harmonies of #472034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472034

Black with #472034

Text Example


Text Example

White with #472034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472034; }

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

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

background-color css

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

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

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

border-color css

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

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

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