Html Css Color HEX #491935 Blackberry

📋 copy color: '#491935'

red 73 ◦ green 25 ◦ blue 53

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

Shades of Blackberry #491935

Tints of Blackberry #491935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.56%

 BLUE value IS 53 (21.09% from 255) = 35.1%

R = 48.34%
G = 16.56%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#491935 (or 0x491935) is known color: Blackberry. HEX triplet: 49, 19 and 35. RGB value is (73,25,53). Sum of RGB (Red+Green+Blue) = 73+25+53=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #491935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491935 is #B6E6CA. Grayscale: #2A2A2A. Windows color (decimal): -11986635 or 3479881. OLE color: 3479881.

HSL color Cylindrical-coordinate representation of color #491935: hue angle of 325º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491935 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 25 53 -
CMYK 0 0.66 0.27 0.71
HSL 325º 0.49% 0.19% -
HSV(B) 325º 0.66% 0.29% -
XYZ 3.74 2.37 3.63 -
YUV 42.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 73 25 53 0 0.66 0.27 0.71 325 0.49 0.19
Hex 49 19 35 0 42 1B 47 145 31 13
Octal 111 31 65 0 102 33 107 505 61 23
Binary 1001001 11001 110101 0 1000010 11011 1000111 101000101 110001 10011

Color Harmonies of #491935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491935

Black with #491935

Text Example


Text Example

White with #491935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491935; }

 p { color: rgb(73,25,53); }

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

background-color css

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

 a { background-color: rgb(73,25,53); }

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

border-color css

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

 span { border-color: rgb(73,25,53); }

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