Html Css Color HEX #471031 Blackberry

📋 copy color: '#471031'

red 71 ◦ green 16 ◦ blue 49

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

Shades of Blackberry #471031

Tints of Blackberry #471031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

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

R = 52.21%
G = 11.76%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#471031 (or 0x471031) is known color: Blackberry. HEX triplet: 47, 10 and 31. RGB value is (71,16,49). Sum of RGB (Red+Green+Blue) = 71+16+49=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #471031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471031 is #B8EFCE. Grayscale: #242424. Windows color (decimal): -12120015 or 3215431. OLE color: 3215431.

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

Color convert

RGB 71 16 49 -
CMYK 0 0.77 0.31 0.72
HSL 324º 0.63% 0.17% -
HSV(B) 324º 0.77% 0.28% -
XYZ 3.34 1.93 3.1 -
YUV 36.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 71 16 49 0 0.77 0.31 0.72 324 0.63 0.17
Hex 47 10 31 0 4D 1F 48 144 3F 11
Octal 107 20 61 0 115 37 110 504 77 21
Binary 1000111 10000 110001 0 1001101 11111 1001000 101000100 111111 10001

Color Harmonies of #471031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471031

Black with #471031

Text Example


Text Example

White with #471031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471031; }

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

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

background-color css

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

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

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

border-color css

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

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

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