Html Css Color HEX #490334 Blackberry

📋 copy color: '#490334'

red 73 ◦ green 3 ◦ blue 52

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

Shades of Blackberry #490334

Tints of Blackberry #490334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 40.63%

R = 57.03%
G = 2.34%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#490334 (or 0x490334) is known color: Blackberry. HEX triplet: 49, 03 and 34. RGB value is (73,3,52). Sum of RGB (Red+Green+Blue) = 73+3+52=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #490334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490334 is #B6FCCB. Grayscale: #1D1D1D. Windows color (decimal): -11992268 or 3408713. OLE color: 3408713.

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

Color convert

RGB 73 3 52 -
CMYK 0 0.96 0.29 0.71
HSL 318º 0.92% 0.15% -
HSV(B) 318º 0.96% 0.29% -
XYZ 3.4 1.73 3.4 -
YUV 29.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 73 3 52 0 0.96 0.29 0.71 318 0.92 0.15
Hex 49 3 34 0 60 1D 47 13E 5C F
Octal 111 3 64 0 140 35 107 476 134 17
Binary 1001001 11 110100 0 1100000 11101 1000111 100111110 1011100 1111

Color Harmonies of #490334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490334

Black with #490334

Text Example


Text Example

White with #490334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490334; }

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

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

background-color css

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

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

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

border-color css

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

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

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