Html Css Color HEX #492038 Blackberry

📋 copy color: '#492038'

red 73 ◦ green 32 ◦ blue 56

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

Shades of Blackberry #492038

Tints of Blackberry #492038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 34.78%

R = 45.34%
G = 19.88%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#492038 (or 0x492038) is known color: Blackberry. HEX triplet: 49, 20 and 38. RGB value is (73,32,56). Sum of RGB (Red+Green+Blue) = 73+32+56=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #492038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492038 is #B6DFC7. Grayscale: #2E2E2E. Windows color (decimal): -11984840 or 3678281. OLE color: 3678281.

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

Color convert

RGB 73 32 56 -
CMYK 0 0.56 0.23 0.71
HSL 324.88º 0.39% 0.21% -
HSV(B) 324.88º 0.56% 0.29% -
XYZ 3.98 2.74 4.06 -
YUV 47 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 73 32 56 0 0.56 0.23 0.71 324.88 0.39 0.21
Hex 49 20 38 0 38 17 47 145 27 15
Octal 111 40 70 0 70 27 107 505 47 25
Binary 1001001 100000 111000 0 111000 10111 1000111 101000101 100111 10101

Color Harmonies of #492038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492038

Black with #492038

Text Example


Text Example

White with #492038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492038; }

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

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

background-color css

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

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

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

border-color css

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

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

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