Html Css Color HEX #491F33 Blackberry

📋 copy color: '#491F33'

red 73 ◦ green 31 ◦ blue 51

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

Shades of Blackberry #491F33

Tints of Blackberry #491F33

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20%

 BLUE value IS 51 (20.31% from 255) = 32.9%

R = 47.1%
G = 20%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#491F33 (or 0x491F33) is known color: Blackberry. HEX triplet: 49, 1F and 33. RGB value is (73,31,51). Sum of RGB (Red+Green+Blue) = 73+31+51=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #491F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F33 is #B6E0CC. Grayscale: #2D2D2D. Windows color (decimal): -11985101 or 3350345. OLE color: 3350345.

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

Color convert

RGB 73 31 51 -
CMYK 0 0.58 0.30 0.71
HSL 331.43º 0.4% 0.2% -
HSV(B) 331.43º 0.58% 0.29% -
XYZ 3.84 2.64 3.44 -
YUV 45.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 73 31 51 0 0.58 0.30 0.71 331.43 0.4 0.2
Hex 49 1F 33 0 3A 1E 47 14B 28 14
Octal 111 37 63 0 72 36 107 513 50 24
Binary 1001001 11111 110011 0 111010 11110 1000111 101001011 101000 10100

Color Harmonies of #491F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F33

Black with #491F33

Text Example


Text Example

White with #491F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,31,51); }

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

background-color css

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

 a { background-color: rgb(73,31,51); }

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

border-color css

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

 span { border-color: rgb(73,31,51); }

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