Html Css Color HEX #490A35 Blackberry

📋 copy color: '#490A35'

red 73 ◦ green 10 ◦ blue 53

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

Shades of Blackberry #490A35

Tints of Blackberry #490A35

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.35%

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

R = 53.68%
G = 7.35%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#490A35 (or 0x490A35) is known color: Blackberry. HEX triplet: 49, 0A and 35. RGB value is (73,10,53). Sum of RGB (Red+Green+Blue) = 73+10+53=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #490A35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A35 is #B6F5CA. Grayscale: #212121. Windows color (decimal): -11990475 or 3476041. OLE color: 3476041.

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

Color convert

RGB 73 10 53 -
CMYK 0 0.86 0.27 0.71
HSL 319.05º 0.76% 0.16% -
HSV(B) 319.05º 0.86% 0.29% -
XYZ 3.5 1.89 3.55 -
YUV 33.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 73 10 53 0 0.86 0.27 0.71 319.05 0.76 0.16
Hex 49 A 35 0 56 1B 47 13F 4C 10
Octal 111 12 65 0 126 33 107 477 114 20
Binary 1001001 1010 110101 0 1010110 11011 1000111 100111111 1001100 10000

Color Harmonies of #490A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A35

Black with #490A35

Text Example


Text Example

White with #490A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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