Html Css Color HEX #471139 Blackberry

📋 copy color: '#471139'

red 71 ◦ green 17 ◦ blue 57

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

Shades of Blackberry #471139

Tints of Blackberry #471139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 39.31%

R = 48.97%
G = 11.72%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#471139 (or 0x471139) is known color: Blackberry. HEX triplet: 47, 11 and 39. RGB value is (71,17,57). Sum of RGB (Red+Green+Blue) = 71+17+57=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #471139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471139 is #B8EEC6. Grayscale: #252525. Windows color (decimal): -12119751 or 3739975. OLE color: 3739975.

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

Color convert

RGB 71 17 57 -
CMYK 0 0.76 0.20 0.72
HSL 315.56º 0.61% 0.17% -
HSV(B) 315.56º 0.76% 0.28% -
XYZ 3.54 2.04 4.08 -
YUV 37.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 71 17 57 0 0.76 0.20 0.72 315.56 0.61 0.17
Hex 47 11 39 0 4C 14 48 13C 3D 11
Octal 107 21 71 0 114 24 110 474 75 21
Binary 1000111 10001 111001 0 1001100 10100 1001000 100111100 111101 10001

Color Harmonies of #471139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471139

Black with #471139

Text Example


Text Example

White with #471139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471139; }

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

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

background-color css

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

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

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

border-color css

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

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

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