Html Css Color HEX #470037 Blackberry

📋 copy color: '#470037'

red 71 ◦ green 0 ◦ blue 55

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

Shades of Blackberry #470037

Tints of Blackberry #470037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.35%
G = 0%
B = 43.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#470037 (or 0x470037) is known color: Blackberry. HEX triplet: 47, 00 and 37. RGB value is (71,0,55). Sum of RGB (Red+Green+Blue) = 71+0+55=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #470037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470037 is #B8FFC8. Grayscale: #1B1B1B. Windows color (decimal): -12124105 or 3604551. OLE color: 3604551.

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

Color convert

RGB 71 0 55 -
CMYK 0 1 0.23 0.72
HSL 313.52º 1% 0.14% -
HSV(B) 313.52º 1% 0.28% -
XYZ 3.29 1.62 3.75 -
YUV 27.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 71 0 55 0 1 0.23 0.72 313.52 1 0.14
Hex 47 0 37 0 64 17 48 13A 64 E
Octal 107 0 67 0 144 27 110 472 144 16
Binary 1000111 0 110111 0 1100100 10111 1001000 100111010 1100100 1110

Color Harmonies of #470037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470037

Black with #470037

Text Example


Text Example

White with #470037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470037; }

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

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

background-color css

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

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

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

border-color css

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

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

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