Html Css Color HEX #491D32 Blackberry

📋 copy color: '#491D32'

red 73 ◦ green 29 ◦ blue 50

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

Shades of Blackberry #491D32

Tints of Blackberry #491D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.08%

 BLUE value IS 50 (19.92% from 255) = 32.89%

R = 48.03%
G = 19.08%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#491D32 (or 0x491D32) is known color: Blackberry. HEX triplet: 49, 1D and 32. RGB value is (73,29,50). Sum of RGB (Red+Green+Blue) = 73+29+50=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #491D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D32 is #B6E2CD. Grayscale: #2C2C2C. Windows color (decimal): -11985614 or 3284297. OLE color: 3284297.

HSL color Cylindrical-coordinate representation of color #491D32: hue angle of 331.36º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D32 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 29 50 -
CMYK 0 0.60 0.32 0.71
HSL 331.36º 0.43% 0.2% -
HSV(B) 331.36º 0.6% 0.29% -
XYZ 3.76 2.53 3.31 -
YUV 44.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 73 29 50 0 0.60 0.32 0.71 331.36 0.43 0.2
Hex 49 1D 32 0 3C 20 47 14B 2B 14
Octal 111 35 62 0 74 40 107 513 53 24
Binary 1001001 11101 110010 0 111100 100000 1000111 101001011 101011 10100

Color Harmonies of #491D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D32

Black with #491D32

Text Example


Text Example

White with #491D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491D32; }

 p { color: rgb(73,29,50); }

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

background-color css

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

 a { background-color: rgb(73,29,50); }

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

border-color css

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

 span { border-color: rgb(73,29,50); }

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