Html Css Color HEX #490C3D Blackberry

📋 copy color: '#490C3D'

red 73 ◦ green 12 ◦ blue 61

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

Shades of Blackberry #490C3D

Tints of Blackberry #490C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 41.78%

R = 50%
G = 8.22%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#490C3D (or 0x490C3D) is known color: Blackberry. HEX triplet: 49, 0C and 3D. RGB value is (73,12,61). Sum of RGB (Red+Green+Blue) = 73+12+61=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #490C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C3D is #B6F3C2. Grayscale: #232323. Windows color (decimal): -11989955 or 4000841. OLE color: 4000841.

HSL color Cylindrical-coordinate representation of color #490C3D: hue angle of 311.8º 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 #490C3D is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 12 61 -
CMYK 0 0.84 0.16 0.71
HSL 311.8º 0.72% 0.17% -
HSV(B) 311.8º 0.84% 0.29% -
XYZ 3.72 2.02 4.61 -
YUV 35.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 73 12 61 0 0.84 0.16 0.71 311.8 0.72 0.17
Hex 49 C 3D 0 54 10 47 138 48 11
Octal 111 14 75 0 124 20 107 470 110 21
Binary 1001001 1100 111101 0 1010100 10000 1000111 100111000 1001000 10001

Color Harmonies of #490C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C3D

Black with #490C3D

Text Example


Text Example

White with #490C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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