Html Css Color HEX #470131 Blackberry

📋 copy color: '#470131'

red 71 ◦ green 1 ◦ blue 49

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

Shades of Blackberry #470131

Tints of Blackberry #470131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

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

R = 58.68%
G = 0.83%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#470131 (or 0x470131) is known color: Blackberry. HEX triplet: 47, 01 and 31. RGB value is (71,1,49). Sum of RGB (Red+Green+Blue) = 71+1+49=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #470131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470131 is #B8FECE. Grayscale: #1B1B1B. Windows color (decimal): -12123855 or 3211591. OLE color: 3211591.

HSL color Cylindrical-coordinate representation of color #470131: hue angle of 318.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470131 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 49 -
CMYK 0 0.99 0.31 0.72
HSL 318.86º 0.97% 0.14% -
HSV(B) 318.86º 0.99% 0.28% -
XYZ 3.16 1.58 3.04 -
YUV 27.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 71 1 49 0 0.99 0.31 0.72 318.86 0.97 0.14
Hex 47 1 31 0 63 1F 48 13F 61 E
Octal 107 1 61 0 143 37 110 477 141 16
Binary 1000111 1 110001 0 1100011 11111 1001000 100111111 1100001 1110

Color Harmonies of #470131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470131

Black with #470131

Text Example


Text Example

White with #470131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470131; }

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

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

background-color css

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

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

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

border-color css

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

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

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