Html Css Color HEX #492037 Blackberry

📋 copy color: '#492037'

red 73 ◦ green 32 ◦ blue 55

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

Shades of Blackberry #492037

Tints of Blackberry #492037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20%

 BLUE value IS 55 (21.88% from 255) = 34.38%

R = 45.63%
G = 20%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#492037 (or 0x492037) is known color: Blackberry. HEX triplet: 49, 20 and 37. RGB value is (73,32,55). Sum of RGB (Red+Green+Blue) = 73+32+55=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #492037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492037 is #B6DFC8. Grayscale: #2E2E2E. Windows color (decimal): -11984841 or 3612745. OLE color: 3612745.

HSL color Cylindrical-coordinate representation of color #492037: hue angle of 326.34º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492037 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 32 55 -
CMYK 0 0.56 0.25 0.71
HSL 326.34º 0.39% 0.21% -
HSV(B) 326.34º 0.56% 0.29% -
XYZ 3.95 2.73 3.93 -
YUV 46.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 73 32 55 0 0.56 0.25 0.71 326.34 0.39 0.21
Hex 49 20 37 0 38 19 47 146 27 15
Octal 111 40 67 0 70 31 107 506 47 25
Binary 1001001 100000 110111 0 111000 11001 1000111 101000110 100111 10101

Color Harmonies of #492037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492037

Black with #492037

Text Example


Text Example

White with #492037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492037; }

 p { color: rgb(73,32,55); }

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

background-color css

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

 a { background-color: rgb(73,32,55); }

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

border-color css

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

 span { border-color: rgb(73,32,55); }

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