Html Css Color HEX #490033 Blackberry

📋 copy color: '#490033'

red 73 ◦ green 0 ◦ blue 51

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

Shades of Blackberry #490033

Tints of Blackberry #490033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 41.13%

R = 58.87%
G = 0%
B = 41.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#490033 (or 0x490033) is known color: Blackberry. HEX triplet: 49, 00 and 33. RGB value is (73,0,51). Sum of RGB (Red+Green+Blue) = 73+0+51=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #490033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490033 is #B6FFCC. Grayscale: #1B1B1B. Windows color (decimal): -11993037 or 3342409. OLE color: 3342409.

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

Color convert

RGB 73 0 51 -
CMYK 0 1 0.30 0.71
HSL 318.08º 1% 0.14% -
HSV(B) 318.08º 1% 0.29% -
XYZ 3.35 1.66 3.28 -
YUV 27.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 73 0 51 0 1 0.30 0.71 318.08 1 0.14
Hex 49 0 33 0 64 1E 47 13E 64 E
Octal 111 0 63 0 144 36 107 476 144 16
Binary 1001001 0 110011 0 1100100 11110 1000111 100111110 1100100 1110

Color Harmonies of #490033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490033

Black with #490033

Text Example


Text Example

White with #490033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490033; }

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

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

background-color css

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

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

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

border-color css

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

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

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