Html Css Color HEX #491129 Blackberry

📋 copy color: '#491129'

red 73 ◦ green 17 ◦ blue 41

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

Shades of Blackberry #491129

Tints of Blackberry #491129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.98%

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

R = 55.73%
G = 12.98%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#491129 (or 0x491129) is known color: Blackberry. HEX triplet: 49, 11 and 29. RGB value is (73,17,41). Sum of RGB (Red+Green+Blue) = 73+17+41=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #491129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491129 is #B6EED6. Grayscale: #242424. Windows color (decimal): -11988695 or 2691401. OLE color: 2691401.

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

Color convert

RGB 73 17 41 -
CMYK 0 0.77 0.44 0.71
HSL 334.29º 0.62% 0.18% -
HSV(B) 334.29º 0.77% 0.29% -
XYZ 3.35 1.98 2.3 -
YUV 36.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 73 17 41 0 0.77 0.44 0.71 334.29 0.62 0.18
Hex 49 11 29 0 4D 2C 47 14E 3E 12
Octal 111 21 51 0 115 54 107 516 76 22
Binary 1001001 10001 101001 0 1001101 101100 1000111 101001110 111110 10010

Color Harmonies of #491129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491129

Black with #491129

Text Example


Text Example

White with #491129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491129; }

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

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

background-color css

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

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

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

border-color css

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

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

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