Html Css Color HEX #492039 Blackberry

📋 copy color: '#492039'

red 73 ◦ green 32 ◦ blue 57

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

Shades of Blackberry #492039

Tints of Blackberry #492039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 35.19%

R = 45.06%
G = 19.75%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#492039 (or 0x492039) is known color: Blackberry. HEX triplet: 49, 20 and 39. RGB value is (73,32,57). Sum of RGB (Red+Green+Blue) = 73+32+57=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #492039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492039 is #B6DFC6. Grayscale: #2F2F2F. Windows color (decimal): -11984839 or 3743817. OLE color: 3743817.

HSL color Cylindrical-coordinate representation of color #492039: hue angle of 323.41º 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 #492039 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 32 57 -
CMYK 0 0.56 0.22 0.71
HSL 323.41º 0.39% 0.21% -
HSV(B) 323.41º 0.56% 0.29% -
XYZ 4 2.74 4.19 -
YUV 47.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 73 32 57 0 0.56 0.22 0.71 323.41 0.39 0.21
Hex 49 20 39 0 38 16 47 143 27 15
Octal 111 40 71 0 70 26 107 503 47 25
Binary 1001001 100000 111001 0 111000 10110 1000111 101000011 100111 10101

Color Harmonies of #492039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492039

Black with #492039

Text Example


Text Example

White with #492039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492039; }

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

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

background-color css

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

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

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

border-color css

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

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

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