Html Css Color HEX #490835 Blackberry

📋 copy color: '#490835'

red 73 ◦ green 8 ◦ blue 53

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

Shades of Blackberry #490835

Tints of Blackberry #490835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.97%

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

R = 54.48%
G = 5.97%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#490835 (or 0x490835) is known color: Blackberry. HEX triplet: 49, 08 and 35. RGB value is (73,8,53). Sum of RGB (Red+Green+Blue) = 73+8+53=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #490835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490835 is #B6F7CA. Grayscale: #202020. Windows color (decimal): -11990987 or 3475529. OLE color: 3475529.

HSL color Cylindrical-coordinate representation of color #490835: hue angle of 318.46º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490835 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 8 53 -
CMYK 0 0.89 0.27 0.71
HSL 318.46º 0.8% 0.16% -
HSV(B) 318.46º 0.89% 0.29% -
XYZ 3.48 1.85 3.54 -
YUV 32.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 73 8 53 0 0.89 0.27 0.71 318.46 0.8 0.16
Hex 49 8 35 0 59 1B 47 13E 50 10
Octal 111 10 65 0 131 33 107 476 120 20
Binary 1001001 1000 110101 0 1011001 11011 1000111 100111110 1010000 10000

Color Harmonies of #490835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490835

Black with #490835

Text Example


Text Example

White with #490835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490835; }

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

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

background-color css

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

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

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

border-color css

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

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

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