Html Css Color HEX #490538 Blackberry

📋 copy color: '#490538'

red 73 ◦ green 5 ◦ blue 56

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

Shades of Blackberry #490538

Tints of Blackberry #490538

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.73%

 BLUE value IS 56 (22.27% from 255) = 41.79%

R = 54.48%
G = 3.73%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#490538 (or 0x490538) is known color: Blackberry. HEX triplet: 49, 05 and 38. RGB value is (73,5,56). Sum of RGB (Red+Green+Blue) = 73+5+56=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #490538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490538 is #B6FAC7. Grayscale: #1F1F1F. Windows color (decimal): -11991752 or 3671369. OLE color: 3671369.

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

Color convert

RGB 73 5 56 -
CMYK 0 0.93 0.23 0.71
HSL 315º 0.87% 0.15% -
HSV(B) 315º 0.93% 0.29% -
XYZ 3.52 1.81 3.91 -
YUV 31.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 73 5 56 0 0.93 0.23 0.71 315 0.87 0.15
Hex 49 5 38 0 5D 17 47 13B 57 F
Octal 111 5 70 0 135 27 107 473 127 17
Binary 1001001 101 111000 0 1011101 10111 1000111 100111011 1010111 1111

Color Harmonies of #490538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490538

Black with #490538

Text Example


Text Example

White with #490538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490538; }

 p { color: rgb(73,5,56); }

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

background-color css

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

 a { background-color: rgb(73,5,56); }

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

border-color css

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

 span { border-color: rgb(73,5,56); }

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