Html Css Color HEX #490629 Blackberry

📋 copy color: '#490629'

red 73 ◦ green 6 ◦ blue 41

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

Shades of Blackberry #490629

Tints of Blackberry #490629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5%

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

R = 60.83%
G = 5%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#490629 (or 0x490629) is known color: Blackberry. HEX triplet: 49, 06 and 29. RGB value is (73,6,41). Sum of RGB (Red+Green+Blue) = 73+6+41=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #490629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490629 is #B6F9D6. Grayscale: #1D1D1D. Windows color (decimal): -11991511 or 2688585. OLE color: 2688585.

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

Color convert

RGB 73 6 41 -
CMYK 0 0.92 0.44 0.71
HSL 328.66º 0.85% 0.15% -
HSV(B) 328.66º 0.92% 0.29% -
XYZ 3.21 1.71 2.26 -
YUV 30.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 73 6 41 0 0.92 0.44 0.71 328.66 0.85 0.15
Hex 49 6 29 0 5C 2C 47 149 55 F
Octal 111 6 51 0 134 54 107 511 125 17
Binary 1001001 110 101001 0 1011100 101100 1000111 101001001 1010101 1111

Color Harmonies of #490629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490629

Black with #490629

Text Example


Text Example

White with #490629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490629; }

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

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

background-color css

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

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

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

border-color css

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

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

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