Html Css Color HEX #490133 Blackberry

📋 copy color: '#490133'

red 73 ◦ green 1 ◦ blue 51

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

Shades of Blackberry #490133

Tints of Blackberry #490133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

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

R = 58.4%
G = 0.8%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#490133 (or 0x490133) is known color: Blackberry. HEX triplet: 49, 01 and 33. RGB value is (73,1,51). Sum of RGB (Red+Green+Blue) = 73+1+51=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #490133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490133 is #B6FECC. Grayscale: #1C1C1C. Windows color (decimal): -11992781 or 3342665. OLE color: 3342665.

HSL color Cylindrical-coordinate representation of color #490133: hue angle of 318.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490133 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 1 51 -
CMYK 0 0.99 0.30 0.71
HSL 318.33º 0.97% 0.15% -
HSV(B) 318.33º 0.99% 0.29% -
XYZ 3.36 1.68 3.28 -
YUV 28.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 73 1 51 0 0.99 0.30 0.71 318.33 0.97 0.15
Hex 49 1 33 0 63 1E 47 13E 61 F
Octal 111 1 63 0 143 36 107 476 141 17
Binary 1001001 1 110011 0 1100011 11110 1000111 100111110 1100001 1111

Color Harmonies of #490133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490133

Black with #490133

Text Example


Text Example

White with #490133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490133; }

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

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

background-color css

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

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

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

border-color css

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

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

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