Html Css Color HEX #491F35 Blackberry

📋 copy color: '#491F35'

red 73 ◦ green 31 ◦ blue 53

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

Shades of Blackberry #491F35

Tints of Blackberry #491F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.76%

R = 46.5%
G = 19.75%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#491F35 (or 0x491F35) is known color: Blackberry. HEX triplet: 49, 1F and 35. RGB value is (73,31,53). Sum of RGB (Red+Green+Blue) = 73+31+53=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #491F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F35 is #B6E0CA. Grayscale: #2E2E2E. Windows color (decimal): -11985099 or 3481417. OLE color: 3481417.

HSL color Cylindrical-coordinate representation of color #491F35: hue angle of 328.57º 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 #491F35 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 31 53 -
CMYK 0 0.58 0.27 0.71
HSL 328.57º 0.4% 0.2% -
HSV(B) 328.57º 0.58% 0.29% -
XYZ 3.88 2.65 3.68 -
YUV 46.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 73 31 53 0 0.58 0.27 0.71 328.57 0.4 0.2
Hex 49 1F 35 0 3A 1B 47 149 28 14
Octal 111 37 65 0 72 33 107 511 50 24
Binary 1001001 11111 110101 0 111010 11011 1000111 101001001 101000 10100

Color Harmonies of #491F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F35

Black with #491F35

Text Example


Text Example

White with #491F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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