Html Css Color HEX #490833 Blackberry

📋 copy color: '#490833'

red 73 ◦ green 8 ◦ blue 51

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

Shades of Blackberry #490833

Tints of Blackberry #490833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

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

R = 55.3%
G = 6.06%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#490833 (or 0x490833) is known color: Blackberry. HEX triplet: 49, 08 and 33. RGB value is (73,8,51). Sum of RGB (Red+Green+Blue) = 73+8+51=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #490833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490833 is #B6F7CC. Grayscale: #202020. Windows color (decimal): -11990989 or 3344457. OLE color: 3344457.

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

Color convert

RGB 73 8 51 -
CMYK 0 0.89 0.30 0.71
HSL 320.31º 0.8% 0.16% -
HSV(B) 320.31º 0.89% 0.29% -
XYZ 3.43 1.83 3.3 -
YUV 32.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 73 8 51 0 0.89 0.30 0.71 320.31 0.8 0.16
Hex 49 8 33 0 59 1E 47 140 50 10
Octal 111 10 63 0 131 36 107 500 120 20
Binary 1001001 1000 110011 0 1011001 11110 1000111 101000000 1010000 10000

Color Harmonies of #490833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490833

Black with #490833

Text Example


Text Example

White with #490833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490833; }

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

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

background-color css

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

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

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

border-color css

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

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

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