Html Css Color HEX #471A2F Blackberry

📋 copy color: '#471A2F'

red 71 ◦ green 26 ◦ blue 47

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

Shades of Blackberry #471A2F

Tints of Blackberry #471A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.64%

R = 49.31%
G = 18.06%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#471A2F (or 0x471A2F) is known color: Blackberry. HEX triplet: 47, 1A and 2F. RGB value is (71,26,47). Sum of RGB (Red+Green+Blue) = 71+26+47=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #471A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A2F is #B8E5D0. Grayscale: #292929. Windows color (decimal): -12117457 or 3086919. OLE color: 3086919.

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

Color convert

RGB 71 26 47 -
CMYK 0 0.63 0.34 0.72
HSL 332º 0.46% 0.19% -
HSV(B) 332º 0.63% 0.28% -
XYZ 3.48 2.28 2.95 -
YUV 41.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 71 26 47 0 0.63 0.34 0.72 332 0.46 0.19
Hex 47 1A 2F 0 3F 22 48 14C 2E 13
Octal 107 32 57 0 77 42 110 514 56 23
Binary 1000111 11010 101111 0 111111 100010 1001000 101001100 101110 10011

Color Harmonies of #471A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A2F

Black with #471A2F

Text Example


Text Example

White with #471A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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