Html Css Color HEX #490322 Blackberry

📋 copy color: '#490322'

red 73 ◦ green 3 ◦ blue 34

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

Shades of Blackberry #490322

Tints of Blackberry #490322

RGB

 RED value IS 73 (28.91% from 255) = 66.36%

 GREEN value IS 3 (1.56% from 255) = 2.73%

 BLUE value IS 34 (13.67% from 255) = 30.91%

R = 66.36%
G = 2.73%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#490322 (or 0x490322) is known color: Blackberry. HEX triplet: 49, 03 and 22. RGB value is (73,3,34). Sum of RGB (Red+Green+Blue) = 73+3+34=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #490322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490322 is #B6FCDD. Grayscale: #1B1B1B. Windows color (decimal): -11992286 or 2229065. OLE color: 2229065.

HSL color Cylindrical-coordinate representation of color #490322: hue angle of 333.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490322 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 3 34 -
CMYK 0 0.96 0.53 0.71
HSL 333.43º 0.92% 0.15% -
HSV(B) 333.43º 0.96% 0.29% -
XYZ 3.07 1.6 1.66 -
YUV 27.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 73 3 34 0 0.96 0.53 0.71 333.43 0.92 0.15
Hex 49 3 22 0 60 35 47 14D 5C F
Octal 111 3 42 0 140 65 107 515 134 17
Binary 1001001 11 100010 0 1100000 110101 1000111 101001101 1011100 1111

Color Harmonies of #490322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490322

Black with #490322

Text Example


Text Example

White with #490322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490322; }

 p { color: rgb(73,3,34); }

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

background-color css

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

 a { background-color: rgb(73,3,34); }

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

border-color css

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

 span { border-color: rgb(73,3,34); }

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