Html Css Color HEX #492139 Blackberry

📋 copy color: '#492139'

red 73 ◦ green 33 ◦ blue 57

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

Shades of Blackberry #492139

Tints of Blackberry #492139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.25%

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

R = 44.79%
G = 20.25%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#492139 (or 0x492139) is known color: Blackberry. HEX triplet: 49, 21 and 39. RGB value is (73,33,57). Sum of RGB (Red+Green+Blue) = 73+33+57=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #492139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492139 is #B6DEC6. Grayscale: #2F2F2F. Windows color (decimal): -11984583 or 3744073. OLE color: 3744073.

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

Color convert

RGB 73 33 57 -
CMYK 0 0.55 0.22 0.71
HSL 324º 0.38% 0.21% -
HSV(B) 324º 0.55% 0.29% -
XYZ 4.03 2.8 4.2 -
YUV 47.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 73 33 57 0 0.55 0.22 0.71 324 0.38 0.21
Hex 49 21 39 0 37 16 47 144 26 15
Octal 111 41 71 0 67 26 107 504 46 25
Binary 1001001 100001 111001 0 110111 10110 1000111 101000100 100110 10101

Color Harmonies of #492139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492139

Black with #492139

Text Example


Text Example

White with #492139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492139; }

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

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

background-color css

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

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

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

border-color css

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

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

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