Html Css Color HEX #490625 Blackberry

📋 copy color: '#490625'

red 73 ◦ green 6 ◦ blue 37

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

Shades of Blackberry #490625

Tints of Blackberry #490625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 31.9%

R = 62.93%
G = 5.17%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#490625 (or 0x490625) is known color: Blackberry. HEX triplet: 49, 06 and 25. RGB value is (73,6,37). Sum of RGB (Red+Green+Blue) = 73+6+37=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #490625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490625 is #B6F9DA. Grayscale: #1D1D1D. Windows color (decimal): -11991515 or 2426441. OLE color: 2426441.

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

Color convert

RGB 73 6 37 -
CMYK 0 0.92 0.49 0.71
HSL 332.24º 0.85% 0.15% -
HSV(B) 332.24º 0.92% 0.29% -
XYZ 3.15 1.68 1.91 -
YUV 29.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 73 6 37 0 0.92 0.49 0.71 332.24 0.85 0.15
Hex 49 6 25 0 5C 31 47 14C 55 F
Octal 111 6 45 0 134 61 107 514 125 17
Binary 1001001 110 100101 0 1011100 110001 1000111 101001100 1010101 1111

Color Harmonies of #490625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490625

Black with #490625

Text Example


Text Example

White with #490625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490625; }

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

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

background-color css

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

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

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

border-color css

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

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

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