Html Css Color HEX #490425 Blackberry

📋 copy color: '#490425'

red 73 ◦ green 4 ◦ blue 37

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

Shades of Blackberry #490425

Tints of Blackberry #490425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.51%

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

R = 64.04%
G = 3.51%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#490425 (or 0x490425) is known color: Blackberry. HEX triplet: 49, 04 and 25. RGB value is (73,4,37). Sum of RGB (Red+Green+Blue) = 73+4+37=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #490425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490425 is #B6FBDA. Grayscale: #1C1C1C. Windows color (decimal): -11992027 or 2425929. OLE color: 2425929.

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

Color convert

RGB 73 4 37 -
CMYK 0 0.95 0.49 0.71
HSL 331.3º 0.9% 0.15% -
HSV(B) 331.3º 0.95% 0.29% -
XYZ 3.13 1.64 1.9 -
YUV 28.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 73 4 37 0 0.95 0.49 0.71 331.3 0.9 0.15
Hex 49 4 25 0 5F 31 47 14B 5A F
Octal 111 4 45 0 137 61 107 513 132 17
Binary 1001001 100 100101 0 1011111 110001 1000111 101001011 1011010 1111

Color Harmonies of #490425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490425

Black with #490425

Text Example


Text Example

White with #490425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490425; }

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

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

background-color css

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

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

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

border-color css

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

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

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