Html Css Color HEX #4A1631 Blackberry

📋 copy color: '#4A1631'

red 74 ◦ green 22 ◦ blue 49

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

Shades of Blackberry #4A1631

Tints of Blackberry #4A1631

RGB

 RED value IS 74 (29.3% from 255) = 51.03%

 GREEN value IS 22 (8.98% from 255) = 15.17%

 BLUE value IS 49 (19.53% from 255) = 33.79%

R = 51.03%
G = 15.17%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#4A1631 (or 0x4A1631) is known color: Blackberry. HEX triplet: 4A, 16 and 31. RGB value is (74,22,49). Sum of RGB (Red+Green+Blue) = 74+22+49=145 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.03% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1631 is #B5E9CE. Grayscale: #282828. Windows color (decimal): -11921871 or 3216970. OLE color: 3216970.

HSL color Cylindrical-coordinate representation of color #4A1631: hue angle of 328.85º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A1631 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 22 49 -
CMYK 0 0.70 0.34 0.71
HSL 328.85º 0.54% 0.19% -
HSV(B) 328.85º 0.7% 0.29% -
XYZ 3.67 2.25 3.15 -
YUV 40.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 74 22 49 0 0.70 0.34 0.71 328.85 0.54 0.19
Hex 4A 16 31 0 46 22 47 149 36 13
Octal 112 26 61 0 106 42 107 511 66 23
Binary 1001010 10110 110001 0 1000110 100010 1000111 101001001 110110 10011

Color Harmonies of #4A1631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1631

Black with #4A1631

Text Example


Text Example

White with #4A1631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1631; }

 p { color: rgb(74,22,49); }

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

background-color css

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

 a { background-color: rgb(74,22,49); }

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

border-color css

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

 span { border-color: rgb(74,22,49); }

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