Html Css Color HEX #490129 Blackberry

📋 copy color: '#490129'

red 73 ◦ green 1 ◦ blue 41

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

Shades of Blackberry #490129

Tints of Blackberry #490129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.87%

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

R = 63.48%
G = 0.87%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#490129 (or 0x490129) is known color: Blackberry. HEX triplet: 49, 01 and 29. RGB value is (73,1,41). Sum of RGB (Red+Green+Blue) = 73+1+41=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #490129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490129 is #B6FED6. Grayscale: #1B1B1B. Windows color (decimal): -11992791 or 2687305. OLE color: 2687305.

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

Color convert

RGB 73 1 41 -
CMYK 0 0.99 0.44 0.71
HSL 326.67º 0.97% 0.15% -
HSV(B) 326.67º 0.99% 0.29% -
XYZ 3.16 1.6 2.24 -
YUV 27.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 73 1 41 0 0.99 0.44 0.71 326.67 0.97 0.15
Hex 49 1 29 0 63 2C 47 147 61 F
Octal 111 1 51 0 143 54 107 507 141 17
Binary 1001001 1 101001 0 1100011 101100 1000111 101000111 1100001 1111

Color Harmonies of #490129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490129

Black with #490129

Text Example


Text Example

White with #490129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490129; }

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

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

background-color css

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

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

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

border-color css

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

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

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