Html Css Color HEX #4D0931 Blackberry

📋 copy color: '#4D0931'

red 77 ◦ green 9 ◦ blue 49

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

Shades of Blackberry #4D0931

Tints of Blackberry #4D0931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.67%

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

R = 57.04%
G = 6.67%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#4D0931 (or 0x4D0931) is known color: Blackberry. HEX triplet: 4D, 09 and 31. RGB value is (77,9,49). Sum of RGB (Red+Green+Blue) = 77+9+49=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0931 is #B2F6CE. Grayscale: #212121. Windows color (decimal): -11728591 or 3213645. OLE color: 3213645.

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

Color convert

RGB 77 9 49 -
CMYK 0 0.88 0.36 0.70
HSL 324.71º 0.79% 0.17% -
HSV(B) 324.71º 0.88% 0.3% -
XYZ 3.71 1.99 3.1 -
YUV 33.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 77 9 49 0 0.88 0.36 0.70 324.71 0.79 0.17
Hex 4D 9 31 0 58 24 46 145 4F 11
Octal 115 11 61 0 130 44 106 505 117 21
Binary 1001101 1001 110001 0 1011000 100100 1000110 101000101 1001111 10001

Color Harmonies of #4D0931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0931

Black with #4D0931

Text Example


Text Example

White with #4D0931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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