Html Css Color HEX #472238 Blackberry

📋 copy color: '#472238'

red 71 ◦ green 34 ◦ blue 56

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

Shades of Blackberry #472238

Tints of Blackberry #472238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.12%

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

R = 44.1%
G = 21.12%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#472238 (or 0x472238) is known color: Blackberry. HEX triplet: 47, 22 and 38. RGB value is (71,34,56). Sum of RGB (Red+Green+Blue) = 71+34+56=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #472238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472238 is #B8DDC7. Grayscale: #2F2F2F. Windows color (decimal): -12115400 or 3678791. OLE color: 3678791.

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

Color convert

RGB 71 34 56 -
CMYK 0 0.52 0.21 0.72
HSL 324.32º 0.35% 0.21% -
HSV(B) 324.32º 0.52% 0.28% -
XYZ 3.88 2.77 4.07 -
YUV 47.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 71 34 56 0 0.52 0.21 0.72 324.32 0.35 0.21
Hex 47 22 38 0 34 15 48 144 23 15
Octal 107 42 70 0 64 25 110 504 43 25
Binary 1000111 100010 111000 0 110100 10101 1001000 101000100 100011 10101

Color Harmonies of #472238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472238

Black with #472238

Text Example


Text Example

White with #472238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472238; }

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

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

background-color css

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

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

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

border-color css

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

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

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