Html Css Color HEX #471137 Blackberry

📋 copy color: '#471137'

red 71 ◦ green 17 ◦ blue 55

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

Shades of Blackberry #471137

Tints of Blackberry #471137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.89%

 BLUE value IS 55 (21.88% from 255) = 38.46%

R = 49.65%
G = 11.89%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#471137 (or 0x471137) is known color: Blackberry. HEX triplet: 47, 11 and 37. RGB value is (71,17,55). Sum of RGB (Red+Green+Blue) = 71+17+55=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471137 is #B8EEC8. Grayscale: #252525. Windows color (decimal): -12119753 or 3608903. OLE color: 3608903.

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

Color convert

RGB 71 17 55 -
CMYK 0 0.76 0.23 0.72
HSL 317.78º 0.61% 0.17% -
HSV(B) 317.78º 0.76% 0.28% -
XYZ 3.49 2.02 3.82 -
YUV 37.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 71 17 55 0 0.76 0.23 0.72 317.78 0.61 0.17
Hex 47 11 37 0 4C 17 48 13E 3D 11
Octal 107 21 67 0 114 27 110 476 75 21
Binary 1000111 10001 110111 0 1001100 10111 1001000 100111110 111101 10001

Color Harmonies of #471137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471137

Black with #471137

Text Example


Text Example

White with #471137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471137; }

 p { color: rgb(71,17,55); }

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

background-color css

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

 a { background-color: rgb(71,17,55); }

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

border-color css

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

 span { border-color: rgb(71,17,55); }

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