Html Css Color HEX #492135 Blackberry

📋 copy color: '#492135'

red 73 ◦ green 33 ◦ blue 53

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

Shades of Blackberry #492135

Tints of Blackberry #492135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.33%

R = 45.91%
G = 20.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#492135 (or 0x492135) is known color: Blackberry. HEX triplet: 49, 21 and 35. RGB value is (73,33,53). Sum of RGB (Red+Green+Blue) = 73+33+53=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #492135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492135 is #B6DECA. Grayscale: #2F2F2F. Windows color (decimal): -11984587 or 3481929. OLE color: 3481929.

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

Color convert

RGB 73 33 53 -
CMYK 0 0.55 0.27 0.71
HSL 330º 0.38% 0.21% -
HSV(B) 330º 0.55% 0.29% -
XYZ 3.93 2.76 3.69 -
YUV 47.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 73 33 53 0 0.55 0.27 0.71 330 0.38 0.21
Hex 49 21 35 0 37 1B 47 14A 26 15
Octal 111 41 65 0 67 33 107 512 46 25
Binary 1001001 100001 110101 0 110111 11011 1000111 101001010 100110 10101

Color Harmonies of #492135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492135

Black with #492135

Text Example


Text Example

White with #492135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492135; }

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

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

background-color css

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

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

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

border-color css

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

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

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