Html Css Color HEX #471133 Blackberry

📋 copy color: '#471133'

red 71 ◦ green 17 ◦ blue 51

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

Shades of Blackberry #471133

Tints of Blackberry #471133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 36.69%

R = 51.08%
G = 12.23%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#471133 (or 0x471133) is known color: Blackberry. HEX triplet: 47, 11 and 33. RGB value is (71,17,51). Sum of RGB (Red+Green+Blue) = 71+17+51=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471133 is #B8EECC. Grayscale: #242424. Windows color (decimal): -12119757 or 3346759. OLE color: 3346759.

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

Color convert

RGB 71 17 51 -
CMYK 0 0.76 0.28 0.72
HSL 322.22º 0.61% 0.17% -
HSV(B) 322.22º 0.76% 0.28% -
XYZ 3.4 1.98 3.34 -
YUV 37.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 71 17 51 0 0.76 0.28 0.72 322.22 0.61 0.17
Hex 47 11 33 0 4C 1C 48 142 3D 11
Octal 107 21 63 0 114 34 110 502 75 21
Binary 1000111 10001 110011 0 1001100 11100 1001000 101000010 111101 10001

Color Harmonies of #471133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471133

Black with #471133

Text Example


Text Example

White with #471133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471133; }

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

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

background-color css

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

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

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

border-color css

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

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

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