Html Css Color HEX #492034 Blackberry

📋 copy color: '#492034'

red 73 ◦ green 32 ◦ blue 52

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

Shades of Blackberry #492034

Tints of Blackberry #492034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 33.12%

R = 46.5%
G = 20.38%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#492034 (or 0x492034) is known color: Blackberry. HEX triplet: 49, 20 and 34. RGB value is (73,32,52). Sum of RGB (Red+Green+Blue) = 73+32+52=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #492034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492034 is #B6DFCB. Grayscale: #2E2E2E. Windows color (decimal): -11984844 or 3416137. OLE color: 3416137.

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

Color convert

RGB 73 32 52 -
CMYK 0 0.56 0.29 0.71
HSL 330.73º 0.39% 0.21% -
HSV(B) 330.73º 0.56% 0.29% -
XYZ 3.88 2.7 3.56 -
YUV 46.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 73 32 52 0 0.56 0.29 0.71 330.73 0.39 0.21
Hex 49 20 34 0 38 1D 47 14B 27 15
Octal 111 40 64 0 70 35 107 513 47 25
Binary 1001001 100000 110100 0 111000 11101 1000111 101001011 100111 10101

Color Harmonies of #492034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492034

Black with #492034

Text Example


Text Example

White with #492034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492034; }

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

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

background-color css

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

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

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

border-color css

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

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

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