Html Css Color HEX #491B30 Blackberry

📋 copy color: '#491B30'

red 73 ◦ green 27 ◦ blue 48

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

Shades of Blackberry #491B30

Tints of Blackberry #491B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.24%

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

R = 49.32%
G = 18.24%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#491B30 (or 0x491B30) is known color: Blackberry. HEX triplet: 49, 1B and 30. RGB value is (73,27,48). Sum of RGB (Red+Green+Blue) = 73+27+48=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #491B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B30 is #B6E4CF. Grayscale: #2B2B2B. Windows color (decimal): -11986128 or 3152713. OLE color: 3152713.

HSL color Cylindrical-coordinate representation of color #491B30: hue angle of 332.61º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #491B30 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 27 48 -
CMYK 0 0.63 0.34 0.71
HSL 332.61º 0.46% 0.2% -
HSV(B) 332.61º 0.63% 0.29% -
XYZ 3.67 2.41 3.07 -
YUV 43.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 73 27 48 0 0.63 0.34 0.71 332.61 0.46 0.2
Hex 49 1B 30 0 3F 22 47 14D 2E 14
Octal 111 33 60 0 77 42 107 515 56 24
Binary 1001001 11011 110000 0 111111 100010 1000111 101001101 101110 10100

Color Harmonies of #491B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B30

Black with #491B30

Text Example


Text Example

White with #491B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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