Html Css Color HEX #490339 Blackberry

📋 copy color: '#490339'

red 73 ◦ green 3 ◦ blue 57

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

Shades of Blackberry #490339

Tints of Blackberry #490339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 42.86%

R = 54.89%
G = 2.26%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#490339 (or 0x490339) is known color: Blackberry. HEX triplet: 49, 03 and 39. RGB value is (73,3,57). Sum of RGB (Red+Green+Blue) = 73+3+57=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #490339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490339 is #B6FCC6. Grayscale: #1D1D1D. Windows color (decimal): -11992263 or 3736393. OLE color: 3736393.

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

Color convert

RGB 73 3 57 -
CMYK 0 0.96 0.22 0.71
HSL 313.71º 0.92% 0.15% -
HSV(B) 313.71º 0.96% 0.29% -
XYZ 3.52 1.78 4.03 -
YUV 30.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 73 3 57 0 0.96 0.22 0.71 313.71 0.92 0.15
Hex 49 3 39 0 60 16 47 13A 5C F
Octal 111 3 71 0 140 26 107 472 134 17
Binary 1001001 11 111001 0 1100000 10110 1000111 100111010 1011100 1111

Color Harmonies of #490339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490339

Black with #490339

Text Example


Text Example

White with #490339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490339; }

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

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

background-color css

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

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

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

border-color css

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

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

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