Html Css Color HEX #470231 Blackberry

📋 copy color: '#470231'

red 71 ◦ green 2 ◦ blue 49

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

Shades of Blackberry #470231

Tints of Blackberry #470231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.64%

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

R = 58.2%
G = 1.64%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#470231 (or 0x470231) is known color: Blackberry. HEX triplet: 47, 02 and 31. RGB value is (71,2,49). Sum of RGB (Red+Green+Blue) = 71+2+49=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #470231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470231 is #B8FDCE. Grayscale: #1B1B1B. Windows color (decimal): -12123599 or 3211847. OLE color: 3211847.

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

Color convert

RGB 71 2 49 -
CMYK 0 0.97 0.31 0.72
HSL 319.13º 0.95% 0.14% -
HSV(B) 319.13º 0.97% 0.28% -
XYZ 3.17 1.6 3.05 -
YUV 27.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 71 2 49 0 0.97 0.31 0.72 319.13 0.95 0.14
Hex 47 2 31 0 61 1F 48 13F 5F E
Octal 107 2 61 0 141 37 110 477 137 16
Binary 1000111 10 110001 0 1100001 11111 1001000 100111111 1011111 1110

Color Harmonies of #470231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470231

Black with #470231

Text Example


Text Example

White with #470231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470231; }

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

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

background-color css

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

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

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

border-color css

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

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

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