Html Css Color HEX #490324 Blackberry

📋 copy color: '#490324'

red 73 ◦ green 3 ◦ blue 36

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

Shades of Blackberry #490324

Tints of Blackberry #490324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 32.14%

R = 65.18%
G = 2.68%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#490324 (or 0x490324) is known color: Blackberry. HEX triplet: 49, 03 and 24. RGB value is (73,3,36). Sum of RGB (Red+Green+Blue) = 73+3+36=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #490324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490324 is #B6FCDB. Grayscale: #1B1B1B. Windows color (decimal): -11992284 or 2360137. OLE color: 2360137.

HSL color Cylindrical-coordinate representation of color #490324: hue angle of 331.71º 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 #490324 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 3 36 -
CMYK 0 0.96 0.51 0.71
HSL 331.71º 0.92% 0.15% -
HSV(B) 331.71º 0.96% 0.29% -
XYZ 3.1 1.61 1.82 -
YUV 27.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 73 3 36 0 0.96 0.51 0.71 331.71 0.92 0.15
Hex 49 3 24 0 60 33 47 14C 5C F
Octal 111 3 44 0 140 63 107 514 134 17
Binary 1001001 11 100100 0 1100000 110011 1000111 101001100 1011100 1111

Color Harmonies of #490324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490324

Black with #490324

Text Example


Text Example

White with #490324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490324; }

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

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

background-color css

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

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

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

border-color css

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

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

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