Html Css Color HEX #490626 Blackberry

📋 copy color: '#490626'

red 73 ◦ green 6 ◦ blue 38

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

Shades of Blackberry #490626

Tints of Blackberry #490626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 32.48%

R = 62.39%
G = 5.13%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#490626 (or 0x490626) is known color: Blackberry. HEX triplet: 49, 06 and 26. RGB value is (73,6,38). Sum of RGB (Red+Green+Blue) = 73+6+38=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #490626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490626 is #B6F9D9. Grayscale: #1D1D1D. Windows color (decimal): -11991514 or 2491977. OLE color: 2491977.

HSL color Cylindrical-coordinate representation of color #490626: hue angle of 331.34º 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 #490626 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 6 38 -
CMYK 0 0.92 0.48 0.71
HSL 331.34º 0.85% 0.15% -
HSV(B) 331.34º 0.92% 0.29% -
XYZ 3.16 1.69 1.99 -
YUV 29.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 73 6 38 0 0.92 0.48 0.71 331.34 0.85 0.15
Hex 49 6 26 0 5C 30 47 14B 55 F
Octal 111 6 46 0 134 60 107 513 125 17
Binary 1001001 110 100110 0 1011100 110000 1000111 101001011 1010101 1111

Color Harmonies of #490626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490626

Black with #490626

Text Example


Text Example

White with #490626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490626; }

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

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

background-color css

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

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

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

border-color css

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

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

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