Html Css Color HEX #490035 Blackberry

📋 copy color: '#490035'

red 73 ◦ green 0 ◦ blue 53

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

Shades of Blackberry #490035

Tints of Blackberry #490035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 42.06%

R = 57.94%
G = 0%
B = 42.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#490035 (or 0x490035) is known color: Blackberry. HEX triplet: 49, 00 and 35. RGB value is (73,0,53). Sum of RGB (Red+Green+Blue) = 73+0+53=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #490035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490035 is #B6FFCA. Grayscale: #1B1B1B. Windows color (decimal): -11993035 or 3473481. OLE color: 3473481.

HSL color Cylindrical-coordinate representation of color #490035: hue angle of 316.44º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490035 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 0 53 -
CMYK 0 1 0.27 0.71
HSL 316.44º 1% 0.14% -
HSV(B) 316.44º 1% 0.29% -
XYZ 3.39 1.67 3.51 -
YUV 27.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 73 0 53 0 1 0.27 0.71 316.44 1 0.14
Hex 49 0 35 0 64 1B 47 13C 64 E
Octal 111 0 65 0 144 33 107 474 144 16
Binary 1001001 0 110101 0 1100100 11011 1000111 100111100 1100100 1110

Color Harmonies of #490035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490035

Black with #490035

Text Example


Text Example

White with #490035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490035; }

 p { color: rgb(73,0,53); }

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

background-color css

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

 a { background-color: rgb(73,0,53); }

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

border-color css

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

 span { border-color: rgb(73,0,53); }

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