Html Css Color HEX #4D1839 Blackberry

📋 copy color: '#4D1839'

red 77 ◦ green 24 ◦ blue 57

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

Shades of Blackberry #4D1839

Tints of Blackberry #4D1839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

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

R = 48.73%
G = 15.19%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#4D1839 (or 0x4D1839) is known color: Blackberry. HEX triplet: 4D, 18 and 39. RGB value is (77,24,57). Sum of RGB (Red+Green+Blue) = 77+24+57=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1839 is #B2E7C6. Grayscale: #2B2B2B. Windows color (decimal): -11724743 or 3741773. OLE color: 3741773.

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

Color convert

RGB 77 24 57 -
CMYK 0 0.69 0.26 0.70
HSL 322.64º 0.52% 0.2% -
HSV(B) 322.64º 0.69% 0.3% -
XYZ 4.13 2.53 4.14 -
YUV 43.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 77 24 57 0 0.69 0.26 0.70 322.64 0.52 0.2
Hex 4D 18 39 0 45 1A 46 143 34 14
Octal 115 30 71 0 105 32 106 503 64 24
Binary 1001101 11000 111001 0 1000101 11010 1000110 101000011 110100 10100

Color Harmonies of #4D1839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1839

Black with #4D1839

Text Example


Text Example

White with #4D1839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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