Html Css Color HEX #491126 Blackberry

📋 copy color: '#491126'

red 73 ◦ green 17 ◦ blue 38

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

Shades of Blackberry #491126

Tints of Blackberry #491126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 29.69%

R = 57.03%
G = 13.28%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#491126 (or 0x491126) is known color: Blackberry. HEX triplet: 49, 11 and 26. RGB value is (73,17,38). Sum of RGB (Red+Green+Blue) = 73+17+38=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #491126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491126 is #B6EED9. Grayscale: #242424. Windows color (decimal): -11988698 or 2494793. OLE color: 2494793.

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

Color convert

RGB 73 17 38 -
CMYK 0 0.77 0.48 0.71
HSL 337.5º 0.62% 0.18% -
HSV(B) 337.5º 0.77% 0.29% -
XYZ 3.3 1.96 2.04 -
YUV 36.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 73 17 38 0 0.77 0.48 0.71 337.5 0.62 0.18
Hex 49 11 26 0 4D 30 47 152 3E 12
Octal 111 21 46 0 115 60 107 522 76 22
Binary 1001001 10001 100110 0 1001101 110000 1000111 101010010 111110 10010

Color Harmonies of #491126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491126

Black with #491126

Text Example


Text Example

White with #491126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491126; }

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

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

background-color css

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

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

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

border-color css

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

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

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