Html Css Color HEX #4D1A31 Blackberry

📋 copy color: '#4D1A31'

red 77 ◦ green 26 ◦ blue 49

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

Shades of Blackberry #4D1A31

Tints of Blackberry #4D1A31

RGB

 RED value IS 77 (30.47% from 255) = 50.66%

 GREEN value IS 26 (10.55% from 255) = 17.11%

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

R = 50.66%
G = 17.11%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#4D1A31 (or 0x4D1A31) is known color: Blackberry. HEX triplet: 4D, 1A and 31. RGB value is (77,26,49). Sum of RGB (Red+Green+Blue) = 77+26+49=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A31 is #B2E5CE. Grayscale: #2B2B2B. Windows color (decimal): -11724239 or 3217997. OLE color: 3217997.

HSL color Cylindrical-coordinate representation of color #4D1A31: hue angle of 332.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D1A31 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 26 49 -
CMYK 0 0.66 0.36 0.70
HSL 332.94º 0.5% 0.2% -
HSV(B) 332.94º 0.66% 0.3% -
XYZ 3.98 2.54 3.19 -
YUV 43.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 77 26 49 0 0.66 0.36 0.70 332.94 0.5 0.2
Hex 4D 1A 31 0 42 24 46 14D 32 14
Octal 115 32 61 0 102 44 106 515 62 24
Binary 1001101 11010 110001 0 1000010 100100 1000110 101001101 110010 10100

Color Harmonies of #4D1A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1A31

Black with #4D1A31

Text Example


Text Example

White with #4D1A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,26,49); }

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

background-color css

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

 a { background-color: rgb(77,26,49); }

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

border-color css

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

 span { border-color: rgb(77,26,49); }

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