Html Css Color HEX #4D0E39 Blackberry

📋 copy color: '#4D0E39'

red 77 ◦ green 14 ◦ blue 57

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

Shades of Blackberry #4D0E39

Tints of Blackberry #4D0E39

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.46%

 BLUE value IS 57 (22.66% from 255) = 38.51%

R = 52.03%
G = 9.46%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#4D0E39 (or 0x4D0E39) is known color: Blackberry. HEX triplet: 4D, 0E and 39. RGB value is (77,14,57). Sum of RGB (Red+Green+Blue) = 77+14+57=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0E39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0E39 is #B2F1C6. Grayscale: #252525. Windows color (decimal): -11727303 or 3739213. OLE color: 3739213.

HSL color Cylindrical-coordinate representation of color #4D0E39: hue angle of 319.05º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D0E39 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 14 57 -
CMYK 0 0.82 0.26 0.70
HSL 319.05º 0.69% 0.18% -
HSV(B) 319.05º 0.82% 0.3% -
XYZ 3.96 2.19 4.08 -
YUV 37.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 77 14 57 0 0.82 0.26 0.70 319.05 0.69 0.18
Hex 4D E 39 0 52 1A 46 13F 45 12
Octal 115 16 71 0 122 32 106 477 105 22
Binary 1001101 1110 111001 0 1010010 11010 1000110 100111111 1000101 10010

Color Harmonies of #4D0E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0E39

Black with #4D0E39

Text Example


Text Example

White with #4D0E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,14,57); }

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

background-color css

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

 a { background-color: rgb(77,14,57); }

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

border-color css

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

 span { border-color: rgb(77,14,57); }

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