Html Css Color HEX #490C3E Blackberry

📋 copy color: '#490C3E'

red 73 ◦ green 12 ◦ blue 62

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

Shades of Blackberry #490C3E

Tints of Blackberry #490C3E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.16%

 BLUE value IS 62 (24.61% from 255) = 42.18%

R = 49.66%
G = 8.16%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#490C3E (or 0x490C3E) is known color: Blackberry. HEX triplet: 49, 0C and 3E. RGB value is (73,12,62). Sum of RGB (Red+Green+Blue) = 73+12+62=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #490C3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C3E is #B6F3C1. Grayscale: #232323. Windows color (decimal): -11989954 or 4066377. OLE color: 4066377.

HSL color Cylindrical-coordinate representation of color #490C3E: hue angle of 310.82º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490C3E is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 12 62 -
CMYK 0 0.84 0.15 0.71
HSL 310.82º 0.72% 0.17% -
HSV(B) 310.82º 0.84% 0.29% -
XYZ 3.75 2.03 4.75 -
YUV 35.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 73 12 62 0 0.84 0.15 0.71 310.82 0.72 0.17
Hex 49 C 3E 0 54 F 47 137 48 11
Octal 111 14 76 0 124 17 107 467 110 21
Binary 1001001 1100 111110 0 1010100 1111 1000111 100110111 1001000 10001

Color Harmonies of #490C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C3E

Black with #490C3E

Text Example


Text Example

White with #490C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490C3E; }

 p { color: rgb(73,12,62); }

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

background-color css

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

 a { background-color: rgb(73,12,62); }

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

border-color css

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

 span { border-color: rgb(73,12,62); }

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