Html Css Color HEX #4D1D39 Blackberry

📋 copy color: '#4D1D39'

red 77 ◦ green 29 ◦ blue 57

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

Shades of Blackberry #4D1D39

Tints of Blackberry #4D1D39

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.79%

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

R = 47.24%
G = 17.79%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#4D1D39 (or 0x4D1D39) is known color: Blackberry. HEX triplet: 4D, 1D and 39. RGB value is (77,29,57). Sum of RGB (Red+Green+Blue) = 77+29+57=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D39 is #B2E2C6. Grayscale: #2E2E2E. Windows color (decimal): -11723463 or 3743053. OLE color: 3743053.

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

Color convert

RGB 77 29 57 -
CMYK 0 0.62 0.26 0.70
HSL 325º 0.45% 0.21% -
HSV(B) 325º 0.62% 0.3% -
XYZ 4.24 2.75 4.18 -
YUV 46.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 77 29 57 0 0.62 0.26 0.70 325 0.45 0.21
Hex 4D 1D 39 0 3E 1A 46 145 2D 15
Octal 115 35 71 0 76 32 106 505 55 25
Binary 1001101 11101 111001 0 111110 11010 1000110 101000101 101101 10101

Color Harmonies of #4D1D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1D39

Black with #4D1D39

Text Example


Text Example

White with #4D1D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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