Html Css Color HEX #491529 Blackberry

📋 copy color: '#491529'

red 73 ◦ green 21 ◦ blue 41

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

Shades of Blackberry #491529

Tints of Blackberry #491529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

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

R = 54.07%
G = 15.56%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#491529 (or 0x491529) is known color: Blackberry. HEX triplet: 49, 15 and 29. RGB value is (73,21,41). Sum of RGB (Red+Green+Blue) = 73+21+41=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #491529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491529 is #B6EAD6. Grayscale: #262626. Windows color (decimal): -11987671 or 2692425. OLE color: 2692425.

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

Color convert

RGB 73 21 41 -
CMYK 0 0.71 0.44 0.71
HSL 336.92º 0.55% 0.18% -
HSV(B) 336.92º 0.71% 0.29% -
XYZ 3.42 2.11 2.33 -
YUV 38.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 73 21 41 0 0.71 0.44 0.71 336.92 0.55 0.18
Hex 49 15 29 0 47 2C 47 151 37 12
Octal 111 25 51 0 107 54 107 521 67 22
Binary 1001001 10101 101001 0 1000111 101100 1000111 101010001 110111 10010

Color Harmonies of #491529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491529

Black with #491529

Text Example


Text Example

White with #491529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491529; }

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

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

background-color css

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

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

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

border-color css

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

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

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