Html Css Color HEX #4D1C34 Blackberry

📋 copy color: '#4D1C34'

red 77 ◦ green 28 ◦ blue 52

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

Shades of Blackberry #4D1C34

Tints of Blackberry #4D1C34

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.83%

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

R = 49.04%
G = 17.83%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#4D1C34 (or 0x4D1C34) is known color: Blackberry. HEX triplet: 4D, 1C and 34. RGB value is (77,28,52). Sum of RGB (Red+Green+Blue) = 77+28+52=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C34 is #B2E3CB. Grayscale: #2D2D2D. Windows color (decimal): -11723724 or 3415117. OLE color: 3415117.

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

Color convert

RGB 77 28 52 -
CMYK 0 0.64 0.32 0.70
HSL 330.61º 0.47% 0.21% -
HSV(B) 330.61º 0.64% 0.3% -
XYZ 4.1 2.66 3.55 -
YUV 45.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 77 28 52 0 0.64 0.32 0.70 330.61 0.47 0.21
Hex 4D 1C 34 0 40 20 46 14B 2F 15
Octal 115 34 64 0 100 40 106 513 57 25
Binary 1001101 11100 110100 0 1000000 100000 1000110 101001011 101111 10101

Color Harmonies of #4D1C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1C34

Black with #4D1C34

Text Example


Text Example

White with #4D1C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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