Html Css Color HEX #491735 Blackberry

📋 copy color: '#491735'

red 73 ◦ green 23 ◦ blue 53

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

Shades of Blackberry #491735

Tints of Blackberry #491735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.44%

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

R = 48.99%
G = 15.44%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#491735 (or 0x491735) is known color: Blackberry. HEX triplet: 49, 17 and 35. RGB value is (73,23,53). Sum of RGB (Red+Green+Blue) = 73+23+53=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #491735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491735 is #B6E8CA. Grayscale: #292929. Windows color (decimal): -11987147 or 3479369. OLE color: 3479369.

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

Color convert

RGB 73 23 53 -
CMYK 0 0.68 0.27 0.71
HSL 324º 0.52% 0.19% -
HSV(B) 324º 0.68% 0.29% -
XYZ 3.7 2.29 3.61 -
YUV 41.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 73 23 53 0 0.68 0.27 0.71 324 0.52 0.19
Hex 49 17 35 0 44 1B 47 144 34 13
Octal 111 27 65 0 104 33 107 504 64 23
Binary 1001001 10111 110101 0 1000100 11011 1000111 101000100 110100 10011

Color Harmonies of #491735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491735

Black with #491735

Text Example


Text Example

White with #491735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491735; }

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

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

background-color css

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

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

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

border-color css

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

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

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