Html Css Color HEX #492136 Blackberry

📋 copy color: '#492136'

red 73 ◦ green 33 ◦ blue 54

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

Shades of Blackberry #492136

Tints of Blackberry #492136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.75%

R = 45.63%
G = 20.63%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#492136 (or 0x492136) is known color: Blackberry. HEX triplet: 49, 21 and 36. RGB value is (73,33,54). Sum of RGB (Red+Green+Blue) = 73+33+54=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #492136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492136 is #B6DEC9. Grayscale: #2F2F2F. Windows color (decimal): -11984586 or 3547465. OLE color: 3547465.

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

Color convert

RGB 73 33 54 -
CMYK 0 0.55 0.26 0.71
HSL 328.5º 0.38% 0.21% -
HSV(B) 328.5º 0.55% 0.29% -
XYZ 3.96 2.77 3.82 -
YUV 47.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 73 33 54 0 0.55 0.26 0.71 328.5 0.38 0.21
Hex 49 21 36 0 37 1A 47 148 26 15
Octal 111 41 66 0 67 32 107 510 46 25
Binary 1001001 100001 110110 0 110111 11010 1000111 101001000 100110 10101

Color Harmonies of #492136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492136

Black with #492136

Text Example


Text Example

White with #492136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492136; }

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

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

background-color css

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

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

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

border-color css

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

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

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