Html Css Color HEX #471332 Blackberry

📋 copy color: '#471332'

red 71 ◦ green 19 ◦ blue 50

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

Shades of Blackberry #471332

Tints of Blackberry #471332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

 BLUE value IS 50 (19.92% from 255) = 35.71%

R = 50.71%
G = 13.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#471332 (or 0x471332) is known color: Blackberry. HEX triplet: 47, 13 and 32. RGB value is (71,19,50). Sum of RGB (Red+Green+Blue) = 71+19+50=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #471332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471332 is #B8ECCD. Grayscale: #262626. Windows color (decimal): -12119246 or 3281735. OLE color: 3281735.

HSL color Cylindrical-coordinate representation of color #471332: hue angle of 324.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471332 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 19 50 -
CMYK 0 0.73 0.30 0.72
HSL 324.23º 0.58% 0.18% -
HSV(B) 324.23º 0.73% 0.28% -
XYZ 3.41 2.04 3.23 -
YUV 38.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 71 19 50 0 0.73 0.30 0.72 324.23 0.58 0.18
Hex 47 13 32 0 49 1E 48 144 3A 12
Octal 107 23 62 0 111 36 110 504 72 22
Binary 1000111 10011 110010 0 1001001 11110 1001000 101000100 111010 10010

Color Harmonies of #471332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471332

Black with #471332

Text Example


Text Example

White with #471332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471332; }

 p { color: rgb(71,19,50); }

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

background-color css

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

 a { background-color: rgb(71,19,50); }

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

border-color css

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

 span { border-color: rgb(71,19,50); }

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