Html Css Color HEX #471731 Blackberry

📋 copy color: '#471731'

red 71 ◦ green 23 ◦ blue 49

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

Shades of Blackberry #471731

Tints of Blackberry #471731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.08%

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

R = 49.65%
G = 16.08%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#471731 (or 0x471731) is known color: Blackberry. HEX triplet: 47, 17 and 31. RGB value is (71,23,49). Sum of RGB (Red+Green+Blue) = 71+23+49=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471731 is #B8E8CE. Grayscale: #282828. Windows color (decimal): -12118223 or 3217223. OLE color: 3217223.

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

Color convert

RGB 71 23 49 -
CMYK 0 0.68 0.31 0.72
HSL 327.5º 0.51% 0.18% -
HSV(B) 327.5º 0.68% 0.28% -
XYZ 3.46 2.17 3.14 -
YUV 40.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 71 23 49 0 0.68 0.31 0.72 327.5 0.51 0.18
Hex 47 17 31 0 44 1F 48 148 33 12
Octal 107 27 61 0 104 37 110 510 63 22
Binary 1000111 10111 110001 0 1000100 11111 1001000 101001000 110011 10010

Color Harmonies of #471731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471731

Black with #471731

Text Example


Text Example

White with #471731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471731; }

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

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

background-color css

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

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

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

border-color css

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

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

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