Html Css Color HEX #4D1E3D Blackberry

📋 copy color: '#4D1E3D'

red 77 ◦ green 30 ◦ blue 61

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

Shades of Blackberry #4D1E3D

Tints of Blackberry #4D1E3D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.86%

 BLUE value IS 61 (24.22% from 255) = 36.31%

R = 45.83%
G = 17.86%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4D1E3D (or 0x4D1E3D) is known color: Blackberry. HEX triplet: 4D, 1E and 3D. RGB value is (77,30,61). Sum of RGB (Red+Green+Blue) = 77+30+61=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E3D is #B2E1C2. Grayscale: #2F2F2F. Windows color (decimal): -11723203 or 4005453. OLE color: 4005453.

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

Color convert

RGB 77 30 61 -
CMYK 0 0.61 0.21 0.70
HSL 320.43º 0.44% 0.21% -
HSV(B) 320.43º 0.61% 0.3% -
XYZ 4.37 2.84 4.73 -
YUV 47.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 77 30 61 0 0.61 0.21 0.70 320.43 0.44 0.21
Hex 4D 1E 3D 0 3D 15 46 140 2C 15
Octal 115 36 75 0 75 25 106 500 54 25
Binary 1001101 11110 111101 0 111101 10101 1000110 101000000 101100 10101

Color Harmonies of #4D1E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1E3D

Black with #4D1E3D

Text Example


Text Example

White with #4D1E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,30,61); }

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

background-color css

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

 a { background-color: rgb(77,30,61); }

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

border-color css

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

 span { border-color: rgb(77,30,61); }

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