Html Css Color HEX #470132 Blackberry

📋 copy color: '#470132'

red 71 ◦ green 1 ◦ blue 50

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

Shades of Blackberry #470132

Tints of Blackberry #470132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.82%

 BLUE value IS 50 (19.92% from 255) = 40.98%

R = 58.2%
G = 0.82%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#470132 (or 0x470132) is known color: Blackberry. HEX triplet: 47, 01 and 32. RGB value is (71,1,50). Sum of RGB (Red+Green+Blue) = 71+1+50=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #470132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470132 is #B8FECD. Grayscale: #1B1B1B. Windows color (decimal): -12123854 or 3277127. OLE color: 3277127.

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

Color convert

RGB 71 1 50 -
CMYK 0 0.99 0.30 0.72
HSL 318º 0.97% 0.14% -
HSV(B) 318º 0.99% 0.28% -
XYZ 3.19 1.59 3.16 -
YUV 27.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 71 1 50 0 0.99 0.30 0.72 318 0.97 0.14
Hex 47 1 32 0 63 1E 48 13E 61 E
Octal 107 1 62 0 143 36 110 476 141 16
Binary 1000111 1 110010 0 1100011 11110 1001000 100111110 1100001 1110

Color Harmonies of #470132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470132

Black with #470132

Text Example


Text Example

White with #470132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470132; }

 p { color: rgb(71,1,50); }

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

background-color css

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

 a { background-color: rgb(71,1,50); }

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

border-color css

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

 span { border-color: rgb(71,1,50); }

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