Html Css Color HEX #471E36 Blackberry

📋 copy color: '#471E36'

red 71 ◦ green 30 ◦ blue 54

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

Shades of Blackberry #471E36

Tints of Blackberry #471E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 34.84%

R = 45.81%
G = 19.35%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#471E36 (or 0x471E36) is known color: Blackberry. HEX triplet: 47, 1E and 36. RGB value is (71,30,54). Sum of RGB (Red+Green+Blue) = 71+30+54=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #471E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E36 is #B8E1C9. Grayscale: #2C2C2C. Windows color (decimal): -12116426 or 3546695. OLE color: 3546695.

HSL color Cylindrical-coordinate representation of color #471E36: hue angle of 324.88º 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 #471E36 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 30 54 -
CMYK 0 0.58 0.24 0.72
HSL 324.88º 0.41% 0.2% -
HSV(B) 324.88º 0.58% 0.28% -
XYZ 3.73 2.53 3.78 -
YUV 45 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 71 30 54 0 0.58 0.24 0.72 324.88 0.41 0.2
Hex 47 1E 36 0 3A 18 48 145 29 14
Octal 107 36 66 0 72 30 110 505 51 24
Binary 1000111 11110 110110 0 111010 11000 1001000 101000101 101001 10100

Color Harmonies of #471E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E36

Black with #471E36

Text Example


Text Example

White with #471E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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