Html Css Color HEX #4D1134 Blackberry

📋 copy color: '#4D1134'

red 77 ◦ green 17 ◦ blue 52

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

Shades of Blackberry #4D1134

Tints of Blackberry #4D1134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.64%

 BLUE value IS 52 (20.7% from 255) = 35.62%

R = 52.74%
G = 11.64%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#4D1134 (or 0x4D1134) is known color: Blackberry. HEX triplet: 4D, 11 and 34. RGB value is (77,17,52). Sum of RGB (Red+Green+Blue) = 77+17+52=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1134 is #B2EECB. Grayscale: #262626. Windows color (decimal): -11726540 or 3412301. OLE color: 3412301.

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

Color convert

RGB 77 17 52 -
CMYK 0 0.78 0.32 0.70
HSL 325º 0.64% 0.18% -
HSV(B) 325º 0.78% 0.3% -
XYZ 3.88 2.23 3.47 -
YUV 38.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 77 17 52 0 0.78 0.32 0.70 325 0.64 0.18
Hex 4D 11 34 0 4E 20 46 145 40 12
Octal 115 21 64 0 116 40 106 505 100 22
Binary 1001101 10001 110100 0 1001110 100000 1000110 101000101 1000000 10010

Color Harmonies of #4D1134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1134

Black with #4D1134

Text Example


Text Example

White with #4D1134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,17,52); }

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

background-color css

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

 a { background-color: rgb(77,17,52); }

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

border-color css

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

 span { border-color: rgb(77,17,52); }

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