Html Css Color HEX #471331 Blackberry

📋 copy color: '#471331'

red 71 ◦ green 19 ◦ blue 49

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

Shades of Blackberry #471331

Tints of Blackberry #471331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

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

R = 51.08%
G = 13.67%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#471331 (or 0x471331) is known color: Blackberry. HEX triplet: 47, 13 and 31. RGB value is (71,19,49). Sum of RGB (Red+Green+Blue) = 71+19+49=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471331 is #B8ECCE. Grayscale: #252525. Windows color (decimal): -12119247 or 3216199. OLE color: 3216199.

HSL color Cylindrical-coordinate representation of color #471331: hue angle of 325.38º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471331 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 19 49 -
CMYK 0 0.73 0.31 0.72
HSL 325.38º 0.58% 0.18% -
HSV(B) 325.38º 0.73% 0.28% -
XYZ 3.39 2.03 3.12 -
YUV 37.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 71 19 49 0 0.73 0.31 0.72 325.38 0.58 0.18
Hex 47 13 31 0 49 1F 48 145 3A 12
Octal 107 23 61 0 111 37 110 505 72 22
Binary 1000111 10011 110001 0 1001001 11111 1001000 101000101 111010 10010

Color Harmonies of #471331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471331

Black with #471331

Text Example


Text Example

White with #471331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471331; }

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

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

background-color css

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

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

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

border-color css

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

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

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