Html Css Color HEX #490330 Blackberry

📋 copy color: '#490330'

red 73 ◦ green 3 ◦ blue 48

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

Shades of Blackberry #490330

Tints of Blackberry #490330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 38.71%

R = 58.87%
G = 2.42%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#490330 (or 0x490330) is known color: Blackberry. HEX triplet: 49, 03 and 30. RGB value is (73,3,48). Sum of RGB (Red+Green+Blue) = 73+3+48=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #490330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490330 is #B6FCCF. Grayscale: #1C1C1C. Windows color (decimal): -11992272 or 3146569. OLE color: 3146569.

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

Color convert

RGB 73 3 48 -
CMYK 0 0.96 0.34 0.71
HSL 321.43º 0.92% 0.15% -
HSV(B) 321.43º 0.96% 0.29% -
XYZ 3.31 1.69 2.95 -
YUV 29.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 73 3 48 0 0.96 0.34 0.71 321.43 0.92 0.15
Hex 49 3 30 0 60 22 47 141 5C F
Octal 111 3 60 0 140 42 107 501 134 17
Binary 1001001 11 110000 0 1100000 100010 1000111 101000001 1011100 1111

Color Harmonies of #490330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490330

Black with #490330

Text Example


Text Example

White with #490330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490330; }

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

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

background-color css

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

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

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

border-color css

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

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

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