Html Css Color HEX #4D0D3F Blackberry

📋 copy color: '#4D0D3F'

red 77 ◦ green 13 ◦ blue 63

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

Shades of Blackberry #4D0D3F

Tints of Blackberry #4D0D3F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.5%

 BLUE value IS 63 (25% from 255) = 41.18%

R = 50.33%
G = 8.5%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4D0D3F (or 0x4D0D3F) is known color: Blackberry. HEX triplet: 4D, 0D and 3F. RGB value is (77,13,63). Sum of RGB (Red+Green+Blue) = 77+13+63=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0D3F is #B2F2C0. Grayscale: #252525. Windows color (decimal): -11727553 or 4132173. OLE color: 4132173.

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

Color convert

RGB 77 13 63 -
CMYK 0 0.83 0.18 0.70
HSL 313.13º 0.71% 0.18% -
HSV(B) 313.13º 0.83% 0.3% -
XYZ 4.1 2.22 4.92 -
YUV 37.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 77 13 63 0 0.83 0.18 0.70 313.13 0.71 0.18
Hex 4D D 3F 0 53 12 46 139 47 12
Octal 115 15 77 0 123 22 106 471 107 22
Binary 1001101 1101 111111 0 1010011 10010 1000110 100111001 1000111 10010

Color Harmonies of #4D0D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0D3F

Black with #4D0D3F

Text Example


Text Example

White with #4D0D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,13,63); }

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

background-color css

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

 a { background-color: rgb(77,13,63); }

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

border-color css

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

 span { border-color: rgb(77,13,63); }

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