Html Css Color HEX #490624 Blackberry

📋 copy color: '#490624'

red 73 ◦ green 6 ◦ blue 36

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

Shades of Blackberry #490624

Tints of Blackberry #490624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.22%

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

R = 63.48%
G = 5.22%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#490624 (or 0x490624) is known color: Blackberry. HEX triplet: 49, 06 and 24. RGB value is (73,6,36). Sum of RGB (Red+Green+Blue) = 73+6+36=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #490624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490624 is #B6F9DB. Grayscale: #1D1D1D. Windows color (decimal): -11991516 or 2360905. OLE color: 2360905.

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

Color convert

RGB 73 6 36 -
CMYK 0 0.92 0.51 0.71
HSL 333.13º 0.85% 0.15% -
HSV(B) 333.13º 0.92% 0.29% -
XYZ 3.13 1.67 1.83 -
YUV 29.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 73 6 36 0 0.92 0.51 0.71 333.13 0.85 0.15
Hex 49 6 24 0 5C 33 47 14D 55 F
Octal 111 6 44 0 134 63 107 515 125 17
Binary 1001001 110 100100 0 1011100 110011 1000111 101001101 1010101 1111

Color Harmonies of #490624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490624

Black with #490624

Text Example


Text Example

White with #490624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490624; }

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

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

background-color css

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

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

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

border-color css

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

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

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