Html Css Color HEX #491835 Blackberry

📋 copy color: '#491835'

red 73 ◦ green 24 ◦ blue 53

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

Shades of Blackberry #491835

Tints of Blackberry #491835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16%

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

R = 48.67%
G = 16%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#491835 (or 0x491835) is known color: Blackberry. HEX triplet: 49, 18 and 35. RGB value is (73,24,53). Sum of RGB (Red+Green+Blue) = 73+24+53=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #491835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491835 is #B6E7CA. Grayscale: #292929. Windows color (decimal): -11986891 or 3479625. OLE color: 3479625.

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

Color convert

RGB 73 24 53 -
CMYK 0 0.67 0.27 0.71
HSL 324.49º 0.51% 0.19% -
HSV(B) 324.49º 0.67% 0.29% -
XYZ 3.72 2.33 3.62 -
YUV 41.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 73 24 53 0 0.67 0.27 0.71 324.49 0.51 0.19
Hex 49 18 35 0 43 1B 47 144 33 13
Octal 111 30 65 0 103 33 107 504 63 23
Binary 1001001 11000 110101 0 1000011 11011 1000111 101000100 110011 10011

Color Harmonies of #491835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491835

Black with #491835

Text Example


Text Example

White with #491835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491835; }

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

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

background-color css

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

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

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

border-color css

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

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

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