Html Css Color HEX #4D1242 Blackberry

📋 copy color: '#4D1242'

red 77 ◦ green 18 ◦ blue 66

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

Shades of Blackberry #4D1242

Tints of Blackberry #4D1242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.18%

 BLUE value IS 66 (26.17% from 255) = 40.99%

R = 47.83%
G = 11.18%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4D1242 (or 0x4D1242) is known color: Blackberry. HEX triplet: 4D, 12 and 42. RGB value is (77,18,66). Sum of RGB (Red+Green+Blue) = 77+18+66=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1242 is #B2EDBD. Grayscale: #282828. Windows color (decimal): -11726270 or 4330061. OLE color: 4330061.

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

Color convert

RGB 77 18 66 -
CMYK 0 0.77 0.14 0.70
HSL 311.19º 0.62% 0.19% -
HSV(B) 311.19º 0.77% 0.3% -
XYZ 4.26 2.4 5.39 -
YUV 41.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 77 18 66 0 0.77 0.14 0.70 311.19 0.62 0.19
Hex 4D 12 42 0 4D E 46 137 3E 13
Octal 115 22 102 0 115 16 106 467 76 23
Binary 1001101 10010 1000010 0 1001101 1110 1000110 100110111 111110 10011

Color Harmonies of #4D1242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1242

Black with #4D1242

Text Example


Text Example

White with #4D1242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,66); }

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

background-color css

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

 a { background-color: rgb(77,18,66); }

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

border-color css

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

 span { border-color: rgb(77,18,66); }

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