Html Css Color HEX #4D0C3F Blackberry

📋 copy color: '#4D0C3F'

red 77 ◦ green 12 ◦ blue 63

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

Shades of Blackberry #4D0C3F

Tints of Blackberry #4D0C3F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.89%

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

R = 50.66%
G = 7.89%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4D0C3F (or 0x4D0C3F) is known color: Blackberry. HEX triplet: 4D, 0C and 3F. RGB value is (77,12,63). Sum of RGB (Red+Green+Blue) = 77+12+63=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C3F is #B2F3C0. Grayscale: #252525. Windows color (decimal): -11727809 or 4131917. OLE color: 4131917.

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

Color convert

RGB 77 12 63 -
CMYK 0 0.84 0.18 0.70
HSL 312.92º 0.73% 0.17% -
HSV(B) 312.92º 0.84% 0.3% -
XYZ 4.09 2.2 4.91 -
YUV 37.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 77 12 63 0 0.84 0.18 0.70 312.92 0.73 0.17
Hex 4D C 3F 0 54 12 46 139 49 11
Octal 115 14 77 0 124 22 106 471 111 21
Binary 1001101 1100 111111 0 1010100 10010 1000110 100111001 1001001 10001

Color Harmonies of #4D0C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0C3F

Black with #4D0C3F

Text Example


Text Example

White with #4D0C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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