Html Css Color HEX #471A31 Blackberry

📋 copy color: '#471A31'

red 71 ◦ green 26 ◦ blue 49

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

Shades of Blackberry #471A31

Tints of Blackberry #471A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.81%

 BLUE value IS 49 (19.53% from 255) = 33.56%

R = 48.63%
G = 17.81%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#471A31 (or 0x471A31) is known color: Blackberry. HEX triplet: 47, 1A and 31. RGB value is (71,26,49). Sum of RGB (Red+Green+Blue) = 71+26+49=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #471A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A31 is #B8E5CE. Grayscale: #2A2A2A. Windows color (decimal): -12117455 or 3217991. OLE color: 3217991.

HSL color Cylindrical-coordinate representation of color #471A31: hue angle of 329.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471A31 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 49 -
CMYK 0 0.63 0.31 0.72
HSL 329.33º 0.46% 0.19% -
HSV(B) 329.33º 0.63% 0.28% -
XYZ 3.52 2.3 3.16 -
YUV 42.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 71 26 49 0 0.63 0.31 0.72 329.33 0.46 0.19
Hex 47 1A 31 0 3F 1F 48 149 2E 13
Octal 107 32 61 0 77 37 110 511 56 23
Binary 1000111 11010 110001 0 111111 11111 1001000 101001001 101110 10011

Color Harmonies of #471A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A31

Black with #471A31

Text Example


Text Example

White with #471A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471A31; }

 p { color: rgb(71,26,49); }

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

background-color css

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

 a { background-color: rgb(71,26,49); }

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

border-color css

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

 span { border-color: rgb(71,26,49); }

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