Html Css Color HEX #470237 Blackberry

📋 copy color: '#470237'

red 71 ◦ green 2 ◦ blue 55

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

Shades of Blackberry #470237

Tints of Blackberry #470237

RGB

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

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

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

R = 55.47%
G = 1.56%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#470237 (or 0x470237) is known color: Blackberry. HEX triplet: 47, 02 and 37. RGB value is (71,2,55). Sum of RGB (Red+Green+Blue) = 71+2+55=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #470237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470237 is #B8FDC8. Grayscale: #1C1C1C. Windows color (decimal): -12123593 or 3605063. OLE color: 3605063.

HSL color Cylindrical-coordinate representation of color #470237: hue angle of 313.91º 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 #470237 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 2 55 -
CMYK 0 0.97 0.23 0.72
HSL 313.91º 0.95% 0.14% -
HSV(B) 313.91º 0.97% 0.28% -
XYZ 3.31 1.66 3.76 -
YUV 28.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 71 2 55 0 0.97 0.23 0.72 313.91 0.95 0.14
Hex 47 2 37 0 61 17 48 13A 5F E
Octal 107 2 67 0 141 27 110 472 137 16
Binary 1000111 10 110111 0 1100001 10111 1001000 100111010 1011111 1110

Color Harmonies of #470237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470237

Black with #470237

Text Example


Text Example

White with #470237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470237; }

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

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

background-color css

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

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

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

border-color css

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

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

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