Html Css Color HEX #490038 Blackberry

📋 copy color: '#490038'

red 73 ◦ green 0 ◦ blue 56

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

Shades of Blackberry #490038

Tints of Blackberry #490038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 43.41%

R = 56.59%
G = 0%
B = 43.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#490038 (or 0x490038) is known color: Blackberry. HEX triplet: 49, 00 and 38. RGB value is (73,0,56). Sum of RGB (Red+Green+Blue) = 73+0+56=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #490038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490038 is #B6FFC7. Grayscale: #1C1C1C. Windows color (decimal): -11993032 or 3670089. OLE color: 3670089.

HSL color Cylindrical-coordinate representation of color #490038: hue angle of 313.97º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490038 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 0 56 -
CMYK 0 1 0.23 0.71
HSL 313.97º 1% 0.14% -
HSV(B) 313.97º 1% 0.29% -
XYZ 3.46 1.7 3.89 -
YUV 28.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 73 0 56 0 1 0.23 0.71 313.97 1 0.14
Hex 49 0 38 0 64 17 47 13A 64 E
Octal 111 0 70 0 144 27 107 472 144 16
Binary 1001001 0 111000 0 1100100 10111 1000111 100111010 1100100 1110

Color Harmonies of #490038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490038

Black with #490038

Text Example


Text Example

White with #490038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490038; }

 p { color: rgb(73,0,56); }

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

background-color css

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

 a { background-color: rgb(73,0,56); }

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

border-color css

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

 span { border-color: rgb(73,0,56); }

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