Html Css Color HEX #490924 Blackberry

📋 copy color: '#490924'

red 73 ◦ green 9 ◦ blue 36

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

Shades of Blackberry #490924

Tints of Blackberry #490924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.63%

 BLUE value IS 36 (14.45% from 255) = 30.51%

R = 61.86%
G = 7.63%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#490924 (or 0x490924) is known color: Blackberry. HEX triplet: 49, 09 and 24. RGB value is (73,9,36). Sum of RGB (Red+Green+Blue) = 73+9+36=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #490924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490924 is #B6F6DB. Grayscale: #1F1F1F. Windows color (decimal): -11990748 or 2361673. OLE color: 2361673.

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

Color convert

RGB 73 9 36 -
CMYK 0 0.88 0.51 0.71
HSL 334.69º 0.78% 0.16% -
HSV(B) 334.69º 0.88% 0.29% -
XYZ 3.16 1.74 1.84 -
YUV 31.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 73 9 36 0 0.88 0.51 0.71 334.69 0.78 0.16
Hex 49 9 24 0 58 33 47 14F 4E 10
Octal 111 11 44 0 130 63 107 517 116 20
Binary 1001001 1001 100100 0 1011000 110011 1000111 101001111 1001110 10000

Color Harmonies of #490924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490924

Black with #490924

Text Example


Text Example

White with #490924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490924; }

 p { color: rgb(73,9,36); }

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

background-color css

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

 a { background-color: rgb(73,9,36); }

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

border-color css

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

 span { border-color: rgb(73,9,36); }

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