Html Css Color HEX #471A32 Blackberry

📋 copy color: '#471A32'

red 71 ◦ green 26 ◦ blue 50

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

Shades of Blackberry #471A32

Tints of Blackberry #471A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.69%

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

R = 48.3%
G = 17.69%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#471A32 (or 0x471A32) is known color: Blackberry. HEX triplet: 47, 1A and 32. RGB value is (71,26,50). Sum of RGB (Red+Green+Blue) = 71+26+50=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #471A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A32 is #B8E5CD. Grayscale: #2A2A2A. Windows color (decimal): -12117454 or 3283527. OLE color: 3283527.

HSL color Cylindrical-coordinate representation of color #471A32: hue angle of 328º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471A32 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 50 -
CMYK 0 0.63 0.30 0.72
HSL 328º 0.46% 0.19% -
HSV(B) 328º 0.63% 0.28% -
XYZ 3.54 2.31 3.28 -
YUV 42.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 71 26 50 0 0.63 0.30 0.72 328 0.46 0.19
Hex 47 1A 32 0 3F 1E 48 148 2E 13
Octal 107 32 62 0 77 36 110 510 56 23
Binary 1000111 11010 110010 0 111111 11110 1001000 101001000 101110 10011

Color Harmonies of #471A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A32

Black with #471A32

Text Example


Text Example

White with #471A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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