Html Css Color HEX #471E31 Blackberry

📋 copy color: '#471E31'

red 71 ◦ green 30 ◦ blue 49

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

Shades of Blackberry #471E31

Tints of Blackberry #471E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20%

 BLUE value IS 49 (19.53% from 255) = 32.67%

R = 47.33%
G = 20%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#471E31 (or 0x471E31) is known color: Blackberry. HEX triplet: 47, 1E and 31. RGB value is (71,30,49). Sum of RGB (Red+Green+Blue) = 71+30+49=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #471E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E31 is #B8E1CE. Grayscale: #2C2C2C. Windows color (decimal): -12116431 or 3219015. OLE color: 3219015.

HSL color Cylindrical-coordinate representation of color #471E31: hue angle of 332.2º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #471E31 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 30 49 -
CMYK 0 0.58 0.31 0.72
HSL 332.2º 0.41% 0.2% -
HSV(B) 332.2º 0.58% 0.28% -
XYZ 3.62 2.49 3.2 -
YUV 44.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 71 30 49 0 0.58 0.31 0.72 332.2 0.41 0.2
Hex 47 1E 31 0 3A 1F 48 14C 29 14
Octal 107 36 61 0 72 37 110 514 51 24
Binary 1000111 11110 110001 0 111010 11111 1001000 101001100 101001 10100

Color Harmonies of #471E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E31

Black with #471E31

Text Example


Text Example

White with #471E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,30,49); }

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

background-color css

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

 a { background-color: rgb(71,30,49); }

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

border-color css

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

 span { border-color: rgb(71,30,49); }

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