Html Css Color HEX #472038 Blackberry

📋 copy color: '#472038'

red 71 ◦ green 32 ◦ blue 56

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

Shades of Blackberry #472038

Tints of Blackberry #472038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 35.22%

R = 44.65%
G = 20.13%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#472038 (or 0x472038) is known color: Blackberry. HEX triplet: 47, 20 and 38. RGB value is (71,32,56). Sum of RGB (Red+Green+Blue) = 71+32+56=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #472038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472038 is #B8DFC7. Grayscale: #2E2E2E. Windows color (decimal): -12115912 or 3678279. OLE color: 3678279.

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

Color convert

RGB 71 32 56 -
CMYK 0 0.55 0.21 0.72
HSL 323.08º 0.38% 0.2% -
HSV(B) 323.08º 0.55% 0.28% -
XYZ 3.83 2.66 4.05 -
YUV 46.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 71 32 56 0 0.55 0.21 0.72 323.08 0.38 0.2
Hex 47 20 38 0 37 15 48 143 26 14
Octal 107 40 70 0 67 25 110 503 46 24
Binary 1000111 100000 111000 0 110111 10101 1001000 101000011 100110 10100

Color Harmonies of #472038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472038

Black with #472038

Text Example


Text Example

White with #472038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472038; }

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

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

background-color css

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

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

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

border-color css

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

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

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