Html Css Color HEX #4D1C3C Blackberry

📋 copy color: '#4D1C3C'

red 77 ◦ green 28 ◦ blue 60

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

Shades of Blackberry #4D1C3C

Tints of Blackberry #4D1C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 36.36%

R = 46.67%
G = 16.97%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4D1C3C (or 0x4D1C3C) is known color: Blackberry. HEX triplet: 4D, 1C and 3C. RGB value is (77,28,60). Sum of RGB (Red+Green+Blue) = 77+28+60=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C3C is #B2E3C3. Grayscale: #2E2E2E. Windows color (decimal): -11723716 or 3939405. OLE color: 3939405.

HSL color Cylindrical-coordinate representation of color #4D1C3C: hue angle of 320.82º 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 #4D1C3C is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 28 60 -
CMYK 0 0.64 0.22 0.70
HSL 320.82º 0.47% 0.21% -
HSV(B) 320.82º 0.64% 0.3% -
XYZ 4.29 2.73 4.58 -
YUV 46.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 77 28 60 0 0.64 0.22 0.70 320.82 0.47 0.21
Hex 4D 1C 3C 0 40 16 46 141 2F 15
Octal 115 34 74 0 100 26 106 501 57 25
Binary 1001101 11100 111100 0 1000000 10110 1000110 101000001 101111 10101

Color Harmonies of #4D1C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1C3C

Black with #4D1C3C

Text Example


Text Example

White with #4D1C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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