Html Css Color HEX #471136 Blackberry

📋 copy color: '#471136'

red 71 ◦ green 17 ◦ blue 54

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

Shades of Blackberry #471136

Tints of Blackberry #471136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 38.03%

R = 50%
G = 11.97%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#471136 (or 0x471136) is known color: Blackberry. HEX triplet: 47, 11 and 36. RGB value is (71,17,54). Sum of RGB (Red+Green+Blue) = 71+17+54=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #471136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471136 is #B8EEC9. Grayscale: #252525. Windows color (decimal): -12119754 or 3543367. OLE color: 3543367.

HSL color Cylindrical-coordinate representation of color #471136: hue angle of 318.89º 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 #471136 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 17 54 -
CMYK 0 0.76 0.24 0.72
HSL 318.89º 0.61% 0.17% -
HSV(B) 318.89º 0.76% 0.28% -
XYZ 3.46 2.01 3.69 -
YUV 37.36 137.39 151.99 -
System Red Green Blue C M Y K H S L
Decimal 71 17 54 0 0.76 0.24 0.72 318.89 0.61 0.17
Hex 47 11 36 0 4C 18 48 13F 3D 11
Octal 107 21 66 0 114 30 110 477 75 21
Binary 1000111 10001 110110 0 1001100 11000 1001000 100111111 111101 10001

Color Harmonies of #471136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471136

Black with #471136

Text Example


Text Example

White with #471136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471136; }

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

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

background-color css

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

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

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

border-color css

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

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

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