Html Css Color HEX #471E3A Blackberry

📋 copy color: '#471E3A'

red 71 ◦ green 30 ◦ blue 58

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

Shades of Blackberry #471E3A

Tints of Blackberry #471E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.48%

R = 44.65%
G = 18.87%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#471E3A (or 0x471E3A) is known color: Blackberry. HEX triplet: 47, 1E and 3A. RGB value is (71,30,58). Sum of RGB (Red+Green+Blue) = 71+30+58=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #471E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E3A is #B8E1C5. Grayscale: #2D2D2D. Windows color (decimal): -12116422 or 3808839. OLE color: 3808839.

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

Color convert

RGB 71 30 58 -
CMYK 0 0.58 0.18 0.72
HSL 319.02º 0.41% 0.2% -
HSV(B) 319.02º 0.58% 0.28% -
XYZ 3.83 2.57 4.3 -
YUV 45.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 71 30 58 0 0.58 0.18 0.72 319.02 0.41 0.2
Hex 47 1E 3A 0 3A 12 48 13F 29 14
Octal 107 36 72 0 72 22 110 477 51 24
Binary 1000111 11110 111010 0 111010 10010 1001000 100111111 101001 10100

Color Harmonies of #471E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E3A

Black with #471E3A

Text Example


Text Example

White with #471E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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