Html Css Color HEX #490C3B Blackberry

📋 copy color: '#490C3B'

red 73 ◦ green 12 ◦ blue 59

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

Shades of Blackberry #490C3B

Tints of Blackberry #490C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.97%

R = 50.69%
G = 8.33%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#490C3B (or 0x490C3B) is known color: Blackberry. HEX triplet: 49, 0C and 3B. RGB value is (73,12,59). Sum of RGB (Red+Green+Blue) = 73+12+59=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #490C3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C3B is #B6F3C4. Grayscale: #232323. Windows color (decimal): -11989957 or 3869769. OLE color: 3869769.

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

Color convert

RGB 73 12 59 -
CMYK 0 0.84 0.19 0.71
HSL 313.77º 0.72% 0.17% -
HSV(B) 313.77º 0.84% 0.29% -
XYZ 3.67 2 4.33 -
YUV 35.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 73 12 59 0 0.84 0.19 0.71 313.77 0.72 0.17
Hex 49 C 3B 0 54 13 47 13A 48 11
Octal 111 14 73 0 124 23 107 472 110 21
Binary 1001001 1100 111011 0 1010100 10011 1000111 100111010 1001000 10001

Color Harmonies of #490C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C3B

Black with #490C3B

Text Example


Text Example

White with #490C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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