Html Css Color HEX #490724 Blackberry

📋 copy color: '#490724'

red 73 ◦ green 7 ◦ blue 36

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

Shades of Blackberry #490724

Tints of Blackberry #490724

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.03%

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

R = 62.93%
G = 6.03%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#490724 (or 0x490724) is known color: Blackberry. HEX triplet: 49, 07 and 24. RGB value is (73,7,36). Sum of RGB (Red+Green+Blue) = 73+7+36=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #490724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490724 is #B6F8DB. Grayscale: #1D1D1D. Windows color (decimal): -11991260 or 2361161. OLE color: 2361161.

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

Color convert

RGB 73 7 36 -
CMYK 0 0.90 0.51 0.71
HSL 333.64º 0.83% 0.16% -
HSV(B) 333.64º 0.9% 0.29% -
XYZ 3.14 1.7 1.83 -
YUV 30.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 73 7 36 0 0.90 0.51 0.71 333.64 0.83 0.16
Hex 49 7 24 0 5A 33 47 14E 52 10
Octal 111 7 44 0 132 63 107 516 122 20
Binary 1001001 111 100100 0 1011010 110011 1000111 101001110 1010010 10000

Color Harmonies of #490724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490724

Black with #490724

Text Example


Text Example

White with #490724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490724; }

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

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

background-color css

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

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

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

border-color css

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

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

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