Html Css Color HEX #490732 Blackberry

📋 copy color: '#490732'

red 73 ◦ green 7 ◦ blue 50

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

Shades of Blackberry #490732

Tints of Blackberry #490732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.38%

 BLUE value IS 50 (19.92% from 255) = 38.46%

R = 56.15%
G = 5.38%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#490732 (or 0x490732) is known color: Blackberry. HEX triplet: 49, 07 and 32. RGB value is (73,7,50). Sum of RGB (Red+Green+Blue) = 73+7+50=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #490732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490732 is #B6F8CD. Grayscale: #1F1F1F. Windows color (decimal): -11991246 or 3278665. OLE color: 3278665.

HSL color Cylindrical-coordinate representation of color #490732: hue angle of 320.91º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490732 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 7 50 -
CMYK 0 0.90 0.32 0.71
HSL 320.91º 0.83% 0.16% -
HSV(B) 320.91º 0.9% 0.29% -
XYZ 3.4 1.8 3.19 -
YUV 31.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 73 7 50 0 0.90 0.32 0.71 320.91 0.83 0.16
Hex 49 7 32 0 5A 20 47 141 52 10
Octal 111 7 62 0 132 40 107 501 122 20
Binary 1001001 111 110010 0 1011010 100000 1000111 101000001 1010010 10000

Color Harmonies of #490732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490732

Black with #490732

Text Example


Text Example

White with #490732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490732; }

 p { color: rgb(73,7,50); }

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

background-color css

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

 a { background-color: rgb(73,7,50); }

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

border-color css

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

 span { border-color: rgb(73,7,50); }

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