Html Css Color HEX #470537 Blackberry

📋 copy color: '#470537'

red 71 ◦ green 5 ◦ blue 55

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

Shades of Blackberry #470537

Tints of Blackberry #470537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.82%

 BLUE value IS 55 (21.88% from 255) = 41.98%

R = 54.2%
G = 3.82%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#470537 (or 0x470537) is known color: Blackberry. HEX triplet: 47, 05 and 37. RGB value is (71,5,55). Sum of RGB (Red+Green+Blue) = 71+5+55=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #470537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470537 is #B8FAC8. Grayscale: #1E1E1E. Windows color (decimal): -12122825 or 3605831. OLE color: 3605831.

HSL color Cylindrical-coordinate representation of color #470537: hue angle of 314.55º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470537 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 5 55 -
CMYK 0 0.93 0.23 0.72
HSL 314.55º 0.87% 0.15% -
HSV(B) 314.55º 0.93% 0.28% -
XYZ 3.34 1.72 3.77 -
YUV 30.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 71 5 55 0 0.93 0.23 0.72 314.55 0.87 0.15
Hex 47 5 37 0 5D 17 48 13B 57 F
Octal 107 5 67 0 135 27 110 473 127 17
Binary 1000111 101 110111 0 1011101 10111 1001000 100111011 1010111 1111

Color Harmonies of #470537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470537

Black with #470537

Text Example


Text Example

White with #470537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470537; }

 p { color: rgb(71,5,55); }

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

background-color css

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

 a { background-color: rgb(71,5,55); }

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

border-color css

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

 span { border-color: rgb(71,5,55); }

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