Html Css Color HEX #491330 Blackberry

📋 copy color: '#491330'

red 73 ◦ green 19 ◦ blue 48

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

Shades of Blackberry #491330

Tints of Blackberry #491330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

 BLUE value IS 48 (19.14% from 255) = 34.29%

R = 52.14%
G = 13.57%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#491330 (or 0x491330) is known color: Blackberry. HEX triplet: 49, 13 and 30. RGB value is (73,19,48). Sum of RGB (Red+Green+Blue) = 73+19+48=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #491330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491330 is #B6ECCF. Grayscale: #262626. Windows color (decimal): -11988176 or 3150665. OLE color: 3150665.

HSL color Cylindrical-coordinate representation of color #491330: hue angle of 327.78º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491330 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 19 48 -
CMYK 0 0.74 0.34 0.71
HSL 327.78º 0.59% 0.18% -
HSV(B) 327.78º 0.74% 0.29% -
XYZ 3.51 2.1 3.02 -
YUV 38.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 73 19 48 0 0.74 0.34 0.71 327.78 0.59 0.18
Hex 49 13 30 0 4A 22 47 148 3B 12
Octal 111 23 60 0 112 42 107 510 73 22
Binary 1001001 10011 110000 0 1001010 100010 1000111 101001000 111011 10010

Color Harmonies of #491330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491330

Black with #491330

Text Example


Text Example

White with #491330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491330; }

 p { color: rgb(73,19,48); }

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

background-color css

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

 a { background-color: rgb(73,19,48); }

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

border-color css

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

 span { border-color: rgb(73,19,48); }

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