Html Css Color HEX #490529 Blackberry

📋 copy color: '#490529'

red 73 ◦ green 5 ◦ blue 41

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

Shades of Blackberry #490529

Tints of Blackberry #490529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 34.45%

R = 61.34%
G = 4.2%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#490529 (or 0x490529) is known color: Blackberry. HEX triplet: 49, 05 and 29. RGB value is (73,5,41). Sum of RGB (Red+Green+Blue) = 73+5+41=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #490529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490529 is #B6FAD6. Grayscale: #1D1D1D. Windows color (decimal): -11991767 or 2688329. OLE color: 2688329.

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

Color convert

RGB 73 5 41 -
CMYK 0 0.93 0.44 0.71
HSL 328.24º 0.87% 0.15% -
HSV(B) 328.24º 0.93% 0.29% -
XYZ 3.2 1.69 2.25 -
YUV 29.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 73 5 41 0 0.93 0.44 0.71 328.24 0.87 0.15
Hex 49 5 29 0 5D 2C 47 148 57 F
Octal 111 5 51 0 135 54 107 510 127 17
Binary 1001001 101 101001 0 1011101 101100 1000111 101001000 1010111 1111

Color Harmonies of #490529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490529

Black with #490529

Text Example


Text Example

White with #490529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490529; }

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

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

background-color css

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

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

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

border-color css

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

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

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