Html Css Color HEX #490C31 Blackberry

📋 copy color: '#490C31'

red 73 ◦ green 12 ◦ blue 49

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

Shades of Blackberry #490C31

Tints of Blackberry #490C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.57%

R = 54.48%
G = 8.96%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#490C31 (or 0x490C31) is known color: Blackberry. HEX triplet: 49, 0C and 31. RGB value is (73,12,49). Sum of RGB (Red+Green+Blue) = 73+12+49=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #490C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C31 is #B6F3CE. Grayscale: #222222. Windows color (decimal): -11989967 or 3214409. OLE color: 3214409.

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

Color convert

RGB 73 12 49 -
CMYK 0 0.84 0.33 0.71
HSL 323.61º 0.72% 0.17% -
HSV(B) 323.61º 0.84% 0.29% -
XYZ 3.43 1.9 3.09 -
YUV 34.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 73 12 49 0 0.84 0.33 0.71 323.61 0.72 0.17
Hex 49 C 31 0 54 21 47 144 48 11
Octal 111 14 61 0 124 41 107 504 110 21
Binary 1001001 1100 110001 0 1010100 100001 1000111 101000100 1001000 10001

Color Harmonies of #490C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C31

Black with #490C31

Text Example


Text Example

White with #490C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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