Html Css Color HEX #470033 Blackberry

📋 copy color: '#470033'

red 71 ◦ green 0 ◦ blue 51

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

Shades of Blackberry #470033

Tints of Blackberry #470033

RGB

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

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

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

R = 58.2%
G = 0%
B = 41.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#470033 (or 0x470033) is known color: Blackberry. HEX triplet: 47, 00 and 33. RGB value is (71,0,51). Sum of RGB (Red+Green+Blue) = 71+0+51=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #470033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470033 is #B8FFCC. Grayscale: #1A1A1A. Windows color (decimal): -12124109 or 3342407. OLE color: 3342407.

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

Color convert

RGB 71 0 51 -
CMYK 0 1 0.28 0.72
HSL 316.9º 1% 0.14% -
HSV(B) 316.9º 1% 0.28% -
XYZ 3.2 1.58 3.27 -
YUV 27.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 71 0 51 0 1 0.28 0.72 316.9 1 0.14
Hex 47 0 33 0 64 1C 48 13D 64 E
Octal 107 0 63 0 144 34 110 475 144 16
Binary 1000111 0 110011 0 1100100 11100 1001000 100111101 1100100 1110

Color Harmonies of #470033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470033

Black with #470033

Text Example


Text Example

White with #470033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470033; }

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

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

background-color css

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

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

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

border-color css

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

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

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