Html Css Color HEX #470039 Blackberry

📋 copy color: '#470039'

red 71 ◦ green 0 ◦ blue 57

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

Shades of Blackberry #470039

Tints of Blackberry #470039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 44.53%

R = 55.47%
G = 0%
B = 44.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#470039 (or 0x470039) is known color: Blackberry. HEX triplet: 47, 00 and 39. RGB value is (71,0,57). Sum of RGB (Red+Green+Blue) = 71+0+57=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #470039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470039 is #B8FFC6. Grayscale: #1B1B1B. Windows color (decimal): -12124103 or 3735623. OLE color: 3735623.

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

Color convert

RGB 71 0 57 -
CMYK 0 1 0.20 0.72
HSL 311.83º 1% 0.14% -
HSV(B) 311.83º 1% 0.28% -
XYZ 3.34 1.64 4.01 -
YUV 27.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 71 0 57 0 1 0.20 0.72 311.83 1 0.14
Hex 47 0 39 0 64 14 48 138 64 E
Octal 107 0 71 0 144 24 110 470 144 16
Binary 1000111 0 111001 0 1100100 10100 1001000 100111000 1100100 1110

Color Harmonies of #470039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470039

Black with #470039

Text Example


Text Example

White with #470039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470039; }

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

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

background-color css

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

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

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

border-color css

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

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

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