Html Css Color HEX #470133 Blackberry

📋 copy color: '#470133'

red 71 ◦ green 1 ◦ blue 51

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

Shades of Blackberry #470133

Tints of Blackberry #470133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 41.46%

R = 57.72%
G = 0.81%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#470133 (or 0x470133) is known color: Blackberry. HEX triplet: 47, 01 and 33. RGB value is (71,1,51). Sum of RGB (Red+Green+Blue) = 71+1+51=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #470133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470133 is #B8FECC. Grayscale: #1B1B1B. Windows color (decimal): -12123853 or 3342663. OLE color: 3342663.

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

Color convert

RGB 71 1 51 -
CMYK 0 0.99 0.28 0.72
HSL 317.14º 0.97% 0.14% -
HSV(B) 317.14º 0.99% 0.28% -
XYZ 3.21 1.6 3.27 -
YUV 27.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 71 1 51 0 0.99 0.28 0.72 317.14 0.97 0.14
Hex 47 1 33 0 63 1C 48 13D 61 E
Octal 107 1 63 0 143 34 110 475 141 16
Binary 1000111 1 110011 0 1100011 11100 1001000 100111101 1100001 1110

Color Harmonies of #470133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470133

Black with #470133

Text Example


Text Example

White with #470133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470133; }

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

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

background-color css

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

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

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

border-color css

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

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

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