Html Css Color HEX #490125 Blackberry

📋 copy color: '#490125'

red 73 ◦ green 1 ◦ blue 37

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

Shades of Blackberry #490125

Tints of Blackberry #490125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.9%

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

R = 65.77%
G = 0.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#490125 (or 0x490125) is known color: Blackberry. HEX triplet: 49, 01 and 25. RGB value is (73,1,37). Sum of RGB (Red+Green+Blue) = 73+1+37=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #490125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490125 is #B6FEDA. Grayscale: #1A1A1A. Windows color (decimal): -11992795 or 2425161. OLE color: 2425161.

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

Color convert

RGB 73 1 37 -
CMYK 0 0.99 0.49 0.71
HSL 330º 0.97% 0.15% -
HSV(B) 330º 0.99% 0.29% -
XYZ 3.09 1.57 1.89 -
YUV 26.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 73 1 37 0 0.99 0.49 0.71 330 0.97 0.15
Hex 49 1 25 0 63 31 47 14A 61 F
Octal 111 1 45 0 143 61 107 512 141 17
Binary 1001001 1 100101 0 1100011 110001 1000111 101001010 1100001 1111

Color Harmonies of #490125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490125

Black with #490125

Text Example


Text Example

White with #490125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490125; }

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

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

background-color css

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

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

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

border-color css

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

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

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