Html Css Color HEX #491C32 Blackberry

📋 copy color: '#491C32'

red 73 ◦ green 28 ◦ blue 50

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

Shades of Blackberry #491C32

Tints of Blackberry #491C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.54%

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

R = 48.34%
G = 18.54%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#491C32 (or 0x491C32) is known color: Blackberry. HEX triplet: 49, 1C and 32. RGB value is (73,28,50). Sum of RGB (Red+Green+Blue) = 73+28+50=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #491C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C32 is #B6E3CD. Grayscale: #2B2B2B. Windows color (decimal): -11985870 or 3284041. OLE color: 3284041.

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

Color convert

RGB 73 28 50 -
CMYK 0 0.62 0.32 0.71
HSL 330.67º 0.45% 0.2% -
HSV(B) 330.67º 0.62% 0.29% -
XYZ 3.74 2.48 3.3 -
YUV 43.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 73 28 50 0 0.62 0.32 0.71 330.67 0.45 0.2
Hex 49 1C 32 0 3E 20 47 14B 2D 14
Octal 111 34 62 0 76 40 107 513 55 24
Binary 1001001 11100 110010 0 111110 100000 1000111 101001011 101101 10100

Color Harmonies of #491C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C32

Black with #491C32

Text Example


Text Example

White with #491C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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